Shades of Bilbao #3E6E25
Tints of Bilbao #3E6E25
RGB
CMYK
RGB Variations
Color information
#3E6E25 (or 0x3E6E25) is known color: Bilbao. HEX triplet: 3E, 6E and 25. RGB value is (62,110,37). Sum of RGB (Red+Green+Blue) = 62+110+37=209 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.67% from 209); Green value is 110 (43.36% from 255 or 52.63% from 209); Blue value is 37 (14.84% from 255 or 17.70% from 209); Max value from RGB is 110 - color contains mainly: green. Hex color #3E6E25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E6E25 is #C191DA. Grayscale: #575757. Windows color (decimal): -12685787 or 2453054. OLE color: 2453054.
HSL color Cylindrical-coordinate representation of color #3E6E25: hue angle of 99.45º 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 #3E6E25 is Cyan = 0.44, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 62 | 110 | 37 | - |
| CMYK | 0.44 | 0 | 0.66 | 0.57 |
| HSL | 99.45º | 0.5% | 0.29% | - |
| HSV(B) | 99.45º | 0.66% | 0.43% | - |
| XYZ | 7.9 | 12.31 | 3.71 | - |
| YUV | 87.33 | 99.6 | 109.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 110 | 37 | 0.44 | 0 | 0.66 | 0.57 | 99.45 | 0.5 | 0.29 |
| Hex | 3E | 6E | 25 | 2C | 0 | 42 | 39 | 63 | 32 | 1D |
| Octal | 76 | 156 | 45 | 54 | 0 | 102 | 71 | 143 | 62 | 35 |
| Binary | 111110 | 1101110 | 100101 | 101100 | 0 | 1000010 | 111001 | 1100011 | 110010 | 11101 |
Color Harmonies of #3E6E25
Complementary color
Monochromatic Colors of #3E6E25
Black with #3E6E25
Text Example
Text Example
White with #3E6E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6E25; }
p { color: rgb(62,110,37); }
H1.HeaderClassName
{
color: #3E6E25;
}
.AnyTagClassName
{
color: #3E6E25;
}
</style>
background-color css
<style>
a { background-color: #3E6E25; }
a { background-color: rgb(62,110,37); }
div.DivClassName
{
background-color: #3E6E25;
}
.BgClassName
{
background-color: #3E6E25;
}
</style>
border-color css
<style>
span { border-color: #3E6E25; }
span { border-color: rgb(62,110,37); }
td.TdClassName
{
border-color: #3E6E25;
}
.TagClassName
{
border-color: #3E6E25;
}
</style>