Shades of Bilbao #3E7420
Tints of Bilbao #3E7420
RGB
CMYK
RGB Variations
Color information
#3E7420 (or 0x3E7420) is known color: Bilbao. HEX triplet: 3E, 74 and 20. RGB value is (62,116,32). Sum of RGB (Red+Green+Blue) = 62+116+32=210 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.52% from 210); Green value is 116 (45.70% from 255 or 55.24% from 210); Blue value is 32 (12.89% from 255 or 15.24% from 210); Max value from RGB is 116 - color contains mainly: green. Hex color #3E7420 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E7420 is #C18BDF. Grayscale: #5A5A5A. Windows color (decimal): -12684256 or 2126910. OLE color: 2126910.
HSL color Cylindrical-coordinate representation of color #3E7420: hue angle of 98.57º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3E7420 is Cyan = 0.47, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 62 | 116 | 32 | - |
| CMYK | 0.47 | 0 | 0.72 | 0.55 |
| HSL | 98.57º | 0.57% | 0.29% | - |
| HSV(B) | 98.57º | 0.72% | 0.45% | - |
| XYZ | 8.49 | 13.62 | 3.55 | - |
| YUV | 90.28 | 95.11 | 107.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 116 | 32 | 0.47 | 0 | 0.72 | 0.55 | 98.57 | 0.57 | 0.29 |
| Hex | 3E | 74 | 20 | 2F | 0 | 48 | 37 | 63 | 39 | 1D |
| Octal | 76 | 164 | 40 | 57 | 0 | 110 | 67 | 143 | 71 | 35 |
| Binary | 111110 | 1110100 | 100000 | 101111 | 0 | 1001000 | 110111 | 1100011 | 111001 | 11101 |
Color Harmonies of #3E7420
Complementary color
Monochromatic Colors of #3E7420
Black with #3E7420
Text Example
Text Example
White with #3E7420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7420; }
p { color: rgb(62,116,32); }
H1.HeaderClassName
{
color: #3E7420;
}
.AnyTagClassName
{
color: #3E7420;
}
</style>
background-color css
<style>
a { background-color: #3E7420; }
a { background-color: rgb(62,116,32); }
div.DivClassName
{
background-color: #3E7420;
}
.BgClassName
{
background-color: #3E7420;
}
</style>
border-color css
<style>
span { border-color: #3E7420; }
span { border-color: rgb(62,116,32); }
td.TdClassName
{
border-color: #3E7420;
}
.TagClassName
{
border-color: #3E7420;
}
</style>