#3E7918

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

Shades of Bilbao #3E7918

Tints of Bilbao #3E7918

Color information

#3E7918 (or 0x3E7918) is unknown color: approx Bilbao. HEX triplet: 3E, 79 and 18. RGB value is (62,121,24). Sum of RGB (Red+Green+Blue) = 62+121+24=207 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.95% from 207); Green value is 121 (47.66% from 255 or 58.45% from 207); Blue value is 24 (9.77% from 255 or 11.59% from 207); Max value from RGB is 121 - color contains mainly: green. Hex color #3E7918 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E7918 is #C186E7. Grayscale: #5C5C5C. Windows color (decimal): -12682984 or 1603902. OLE color: 1603902.

HSL color Cylindrical-coordinate representation of color #3E7918: hue angle of 96.49º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3E7918 is Cyan = 0.49, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.53.

Color convert

RGB6212124-
CMYK0.4900.800.53
HSL96.49º66.9%28.43%-
HSV(B)96.49º80.17%47.45%-
XYZ8.9914.763.24-
YUV92.389.45106.39-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 29.95%
GREEN value IS 121 (47.66% from 255) = 58.45%
BLUE value IS 24 (9.77% from 255) = 11.59%
R=29.95%
G=58.45%
B=11.59%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal62121240.4900.800.5396.4966.928.43
Hex3E7918310503560431c
Octal76171306101206514010334
Binary111110111100111000110001010100001101011100000100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E7918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,121,24); }

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

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

 a { background-color: rgb(62,121,24); }

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

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

 span { border-color: rgb(62,121,24); }

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