#3E7418

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

Shades of Bilbao #3E7418

Tints of Bilbao #3E7418

Color information

#3E7418 (or 0x3E7418) is unknown color: approx Bilbao. HEX triplet: 3E, 74 and 18. RGB value is (62,116,24). Sum of RGB (Red+Green+Blue) = 62+116+24=202 (26% of max value = 765). Red value is 62 (24.61% from 255 or 30.69% from 202); Green value is 116 (45.70% from 255 or 57.43% from 202); Blue value is 24 (9.77% from 255 or 11.88% from 202); Max value from RGB is 116 - color contains mainly: green. Hex color #3E7418 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E7418 is #C18BE7. Grayscale: #595959. Windows color (decimal): -12684264 or 1602622. OLE color: 1602622.

HSL color Cylindrical-coordinate representation of color #3E7418: hue angle of 95.22º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3E7418 is Cyan = 0.47, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.55.

Color convert

RGB6211624-
CMYK0.4700.790.55
HSL95.22º65.71%27.45%-
HSV(B)95.22º79.31%45.49%-
XYZ8.413.583.04-
YUV89.3791.11108.48-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 30.69%
GREEN value IS 116 (45.70% from 255) = 57.43%
BLUE value IS 24 (9.77% from 255) = 11.88%
R=30.69%
G=57.43%
B=11.88%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal62116240.4700.790.5595.2265.7127.45
Hex3E74182F04F375f421b
Octal76164305701176713710233
Binary111110111010011000101111010011111101111011111100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E7418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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