#3C7011

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

Shades of Bilbao #3C7011

Tints of Bilbao #3C7011

Color information

#3C7011 (or 0x3C7011) is unknown color: approx Bilbao. HEX triplet: 3C, 70 and 11. RGB value is (60,112,17). Sum of RGB (Red+Green+Blue) = 60+112+17=189 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.75% from 189); Green value is 112 (44.14% from 255 or 59.26% from 189); Blue value is 17 (7.03% from 255 or 8.99% from 189); Max value from RGB is 112 - color contains mainly: green. Hex color #3C7011 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C7011 is #C38FEE. Grayscale: #555555. Windows color (decimal): -12816367 or 1142844. OLE color: 1142844.

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

Color convert

RGB6011217-
CMYK0.4600.850.56
HSL92.84º73.64%25.29%-
HSV(B)92.84º84.82%43.92%-
XYZ7.7612.592.55-
YUV85.6289.27109.72-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 31.75%
GREEN value IS 112 (44.14% from 255) = 59.26%
BLUE value IS 17 (7.03% from 255) = 8.99%
R=31.75%
G=59.26%
B=8.99%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal60112170.4600.850.5692.8473.6425.29
Hex3C70112E055385d4a19
Octal74160215601257013511231
Binary111100111000010001101110010101011110001011101100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,112,17); }

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

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

 a { background-color: rgb(60,112,17); }

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

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

 span { border-color: rgb(60,112,17); }

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