#3E7D08

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

Shades of Bilbao #3E7D08

Tints of Bilbao #3E7D08

Color information

#3E7D08 (or 0x3E7D08) is unknown color: approx Bilbao. HEX triplet: 3E, 7D and 08. RGB value is (62,125,8). Sum of RGB (Red+Green+Blue) = 62+125+8=195 (25% of max value = 765). Red value is 62 (24.61% from 255 or 31.79% from 195); Green value is 125 (49.22% from 255 or 64.10% from 195); Blue value is 8 (3.52% from 255 or 4.10% from 195); Max value from RGB is 125 - color contains mainly: green. Hex color #3E7D08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E7D08 is #C182F7. Grayscale: #5D5D5D. Windows color (decimal): -12681976 or 556350. OLE color: 556350.

HSL color Cylindrical-coordinate representation of color #3E7D08: hue angle of 92.31º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3E7D08 is Cyan = 0.50, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.51.

Color convert

RGB621258-
CMYK0.5000.940.51
HSL92.31º87.97%26.08%-
HSV(B)92.31º93.6%49.02%-
XYZ9.3615.712.77-
YUV92.8280.13106.01-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 31.79%
GREEN value IS 125 (49.22% from 255) = 64.10%
BLUE value IS 8 (3.52% from 255) = 4.10%
R=31.79%
G=64.10%
B=4.10%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal6212580.5000.940.5192.3187.9726.08
Hex3E7D83205E335c581a
Octal76175106201366313413032
Binary11111011111011000110010010111101100111011100101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E7D08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,125,8); }

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

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

 a { background-color: rgb(62,125,8); }

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

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

 span { border-color: rgb(62,125,8); }

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