#3E710C

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

Shades of Bilbao #3E710C

Tints of Bilbao #3E710C

Color information

#3E710C (or 0x3E710C) is unknown color: approx Bilbao. HEX triplet: 3E, 71 and 0C. RGB value is (62,113,12). Sum of RGB (Red+Green+Blue) = 62+113+12=187 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.16% from 187); Green value is 113 (44.53% from 255 or 60.43% from 187); Blue value is 12 (5.08% from 255 or 6.42% from 187); Max value from RGB is 113 - color contains mainly: green. Hex color #3E710C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E710C is #C18EF3. Grayscale: #565656. Windows color (decimal): -12685044 or 815422. OLE color: 815422.

HSL color Cylindrical-coordinate representation of color #3E710C: hue angle of 90.3º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3E710C is Cyan = 0.45, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB6211312-
CMYK0.4500.890.56
HSL90.3º80.8%24.51%-
HSV(B)90.3º89.38%44.31%-
XYZ7.9612.862.41-
YUV86.2486.1110.71-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 33.16%
GREEN value IS 113 (44.53% from 255) = 60.43%
BLUE value IS 12 (5.08% from 255) = 6.42%
R=33.16%
G=60.43%
B=6.42%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal62113120.4500.890.5690.380.824.51
Hex3E71C2D059385a5119
Octal76161145501317013212131
Binary11111011100011100101101010110011110001011010101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E710C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,113,12); }

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

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

 a { background-color: rgb(62,113,12); }

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

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

 span { border-color: rgb(62,113,12); }

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