Shades of Bilbao #3C7208
Tints of Bilbao #3C7208
RGB
CMYK
RGB Variations
Color information
#3C7208 (or 0x3C7208) is known color: Bilbao. HEX triplet: 3C, 72 and 08. RGB value is (60,114,8). Sum of RGB (Red+Green+Blue) = 60+114+8=182 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.97% from 182); Green value is 114 (44.92% from 255 or 62.64% from 182); Blue value is 8 (3.52% from 255 or 4.40% from 182); Max value from RGB is 114 - color contains mainly: green. Hex color #3C7208 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C7208 is #C38DF7. Grayscale: #565656. Windows color (decimal): -12815864 or 553532. OLE color: 553532.
HSL color Cylindrical-coordinate representation of color #3C7208: hue angle of 90.57º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3C7208 is Cyan = 0.47, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 60 | 114 | 8 | - |
| CMYK | 0.47 | 0 | 0.93 | 0.55 |
| HSL | 90.57º | 0.87% | 0.24% | - |
| HSV(B) | 90.57º | 0.93% | 0.45% | - |
| XYZ | 7.92 | 13.01 | 2.32 | - |
| YUV | 85.77 | 84.11 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 114 | 8 | 0.47 | 0 | 0.93 | 0.55 | 90.57 | 0.87 | 0.24 |
| Hex | 3C | 72 | 8 | 2F | 0 | 5D | 37 | 5B | 57 | 18 |
| Octal | 74 | 162 | 10 | 57 | 0 | 135 | 67 | 133 | 127 | 30 |
| Binary | 111100 | 1110010 | 1000 | 101111 | 0 | 1011101 | 110111 | 1011011 | 1010111 | 11000 |
Color Harmonies of #3C7208
Complementary color
Monochromatic Colors of #3C7208
Black with #3C7208
Text Example
Text Example
White with #3C7208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7208; }
p { color: rgb(60,114,8); }
H1.HeaderClassName
{
color: #3C7208;
}
.AnyTagClassName
{
color: #3C7208;
}
</style>
background-color css
<style>
a { background-color: #3C7208; }
a { background-color: rgb(60,114,8); }
div.DivClassName
{
background-color: #3C7208;
}
.BgClassName
{
background-color: #3C7208;
}
</style>
border-color css
<style>
span { border-color: #3C7208; }
span { border-color: rgb(60,114,8); }
td.TdClassName
{
border-color: #3C7208;
}
.TagClassName
{
border-color: #3C7208;
}
</style>