#3E8419

Color #3E8419 Bilbao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bilbao #3E8419

Tints of Bilbao #3E8419

Color information

#3E8419 (or 0x3E8419) is unknown color: approx Bilbao. HEX triplet: 3E, 84 and 19. RGB value is (62,132,25). Sum of RGB (Red+Green+Blue) = 62+132+25=219 (29% of max value = 765). Red value is 62 (24.61% from 255 or 28.31% from 219); Green value is 132 (51.95% from 255 or 60.27% from 219); Blue value is 25 (10.16% from 255 or 11.42% from 219); Max value from RGB is 132 - color contains mainly: green. Hex color #3E8419 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3E8419 is #C17BE6. Grayscale: #636363. Windows color (decimal): -12680167 or 1672254. OLE color: 1672254.

HSL color Cylindrical-coordinate representation of color #3E8419: hue angle of 99.25º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3E8419 is Cyan = 0.53, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.48.

Color convert

RGB6213225-
CMYK0.5300.810.48
HSL99.25º68.15%30.78%-
HSV(B)99.25º81.06%51.76%-
XYZ10.4117.63.77-
YUV98.8786.31101.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 62 (24.61% from 255) = 28.31%
GREEN value IS 132 (51.95% from 255) = 60.27%
BLUE value IS 25 (10.16% from 255) = 11.42%
R=28.31%
G=60.27%
B=11.42%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal62132250.5300.810.4899.2568.1530.78
Hex3E8419350513063441f
Octal76204316501216014310437
Binary1111101000010011001110101010100011100001100011100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E8419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E8419; }

 p { color: rgb(62,132,25); }

 H1.HeaderClassName
 {
   color: #3E8419;
 }
 .AnyTagClassName
 {
   color: #3E8419;
 }
</style>
background-color css

<style>
 a { background-color: #3E8419; }

 a { background-color: rgb(62,132,25); }

 div.DivClassName
 {
   background-color: #3E8419;
 }
 .BgClassName
 {
   background-color: #3E8419;
 }
</style>
border-color css

<style>
 span { border-color: #3E8419; }

 span { border-color: rgb(62,132,25); }

 td.TdClassName
 {
   border-color: #3E8419;
 }
 .TagClassName
 {
   border-color: #3E8419;
 }
</style>