Shades of Bilbao #3C6F24
Tints of Bilbao #3C6F24
RGB
CMYK
RGB Variations
Color information
#3C6F24 (or 0x3C6F24) is known color: Bilbao. HEX triplet: 3C, 6F and 24. RGB value is (60,111,36). Sum of RGB (Red+Green+Blue) = 60+111+36=207 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.99% from 207); Green value is 111 (43.75% from 255 or 53.62% from 207); Blue value is 36 (14.45% from 255 or 17.39% from 207); Max value from RGB is 111 - color contains mainly: green. Hex color #3C6F24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C6F24 is #C390DB. Grayscale: #575757. Windows color (decimal): -12816604 or 2387772. OLE color: 2387772.
HSL color Cylindrical-coordinate representation of color #3C6F24: hue angle of 100.8º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C6F24 is Cyan = 0.46, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 60 | 111 | 36 | - |
| CMYK | 0.46 | 0 | 0.68 | 0.56 |
| HSL | 100.8º | 0.51% | 0.29% | - |
| HSV(B) | 100.8º | 0.68% | 0.44% | - |
| XYZ | 7.87 | 12.46 | 3.66 | - |
| YUV | 87.2 | 99.1 | 108.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 111 | 36 | 0.46 | 0 | 0.68 | 0.56 | 100.8 | 0.51 | 0.29 |
| Hex | 3C | 6F | 24 | 2E | 0 | 44 | 38 | 65 | 33 | 1D |
| Octal | 74 | 157 | 44 | 56 | 0 | 104 | 70 | 145 | 63 | 35 |
| Binary | 111100 | 1101111 | 100100 | 101110 | 0 | 1000100 | 111000 | 1100101 | 110011 | 11101 |
Color Harmonies of #3C6F24
Complementary color
Monochromatic Colors of #3C6F24
Black with #3C6F24
Text Example
Text Example
White with #3C6F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6F24; }
p { color: rgb(60,111,36); }
H1.HeaderClassName
{
color: #3C6F24;
}
.AnyTagClassName
{
color: #3C6F24;
}
</style>
background-color css
<style>
a { background-color: #3C6F24; }
a { background-color: rgb(60,111,36); }
div.DivClassName
{
background-color: #3C6F24;
}
.BgClassName
{
background-color: #3C6F24;
}
</style>
border-color css
<style>
span { border-color: #3C6F24; }
span { border-color: rgb(60,111,36); }
td.TdClassName
{
border-color: #3C6F24;
}
.TagClassName
{
border-color: #3C6F24;
}
</style>