Shades of Bilbao #3C6E25
Tints of Bilbao #3C6E25
RGB
CMYK
RGB Variations
Color information
#3C6E25 (or 0x3C6E25) is known color: Bilbao. HEX triplet: 3C, 6E and 25. RGB value is (60,110,37). Sum of RGB (Red+Green+Blue) = 60+110+37=207 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.99% from 207); Green value is 110 (43.36% from 255 or 53.14% from 207); Blue value is 37 (14.84% from 255 or 17.87% from 207); Max value from RGB is 110 - color contains mainly: green. Hex color #3C6E25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C6E25 is #C391DA. Grayscale: #565656. Windows color (decimal): -12816859 or 2453052. OLE color: 2453052.
HSL color Cylindrical-coordinate representation of color #3C6E25: hue angle of 101.1º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3C6E25 is Cyan = 0.45, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 60 | 110 | 37 | - |
| CMYK | 0.45 | 0 | 0.66 | 0.57 |
| HSL | 101.1º | 0.5% | 0.29% | - |
| HSV(B) | 101.1º | 0.66% | 0.43% | - |
| XYZ | 7.77 | 12.25 | 3.7 | - |
| YUV | 86.73 | 99.94 | 108.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 110 | 37 | 0.45 | 0 | 0.66 | 0.57 | 101.1 | 0.5 | 0.29 |
| Hex | 3C | 6E | 25 | 2D | 0 | 42 | 39 | 65 | 32 | 1D |
| Octal | 74 | 156 | 45 | 55 | 0 | 102 | 71 | 145 | 62 | 35 |
| Binary | 111100 | 1101110 | 100101 | 101101 | 0 | 1000010 | 111001 | 1100101 | 110010 | 11101 |
Color Harmonies of #3C6E25
Complementary color
Monochromatic Colors of #3C6E25
Black with #3C6E25
Text Example
Text Example
White with #3C6E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6E25; }
p { color: rgb(60,110,37); }
H1.HeaderClassName
{
color: #3C6E25;
}
.AnyTagClassName
{
color: #3C6E25;
}
</style>
background-color css
<style>
a { background-color: #3C6E25; }
a { background-color: rgb(60,110,37); }
div.DivClassName
{
background-color: #3C6E25;
}
.BgClassName
{
background-color: #3C6E25;
}
</style>
border-color css
<style>
span { border-color: #3C6E25; }
span { border-color: rgb(60,110,37); }
td.TdClassName
{
border-color: #3C6E25;
}
.TagClassName
{
border-color: #3C6E25;
}
</style>