Shades of Bilbao #3E7421
Tints of Bilbao #3E7421
RGB
CMYK
RGB Variations
Color information
#3E7421 (or 0x3E7421) is known color: Bilbao. HEX triplet: 3E, 74 and 21. RGB value is (62,116,33). Sum of RGB (Red+Green+Blue) = 62+116+33=211 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.38% from 211); Green value is 116 (45.70% from 255 or 54.98% from 211); Blue value is 33 (13.28% from 255 or 15.64% from 211); Max value from RGB is 116 - color contains mainly: green. Hex color #3E7421 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E7421 is #C18BDE. Grayscale: #5A5A5A. Windows color (decimal): -12684255 or 2192446. OLE color: 2192446.
HSL color Cylindrical-coordinate representation of color #3E7421: hue angle of 99.04º degrees, saturation: 0.56, 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 #3E7421 is Cyan = 0.47, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 62 | 116 | 33 | - |
| CMYK | 0.47 | 0 | 0.72 | 0.55 |
| HSL | 99.04º | 0.56% | 0.29% | - |
| HSV(B) | 99.04º | 0.72% | 0.45% | - |
| XYZ | 8.51 | 13.62 | 3.62 | - |
| YUV | 90.39 | 95.61 | 107.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 116 | 33 | 0.47 | 0 | 0.72 | 0.55 | 99.04 | 0.56 | 0.29 |
| Hex | 3E | 74 | 21 | 2F | 0 | 48 | 37 | 63 | 38 | 1D |
| Octal | 76 | 164 | 41 | 57 | 0 | 110 | 67 | 143 | 70 | 35 |
| Binary | 111110 | 1110100 | 100001 | 101111 | 0 | 1001000 | 110111 | 1100011 | 111000 | 11101 |
Color Harmonies of #3E7421
Complementary color
Monochromatic Colors of #3E7421
Black with #3E7421
Text Example
Text Example
White with #3E7421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7421; }
p { color: rgb(62,116,33); }
H1.HeaderClassName
{
color: #3E7421;
}
.AnyTagClassName
{
color: #3E7421;
}
</style>
background-color css
<style>
a { background-color: #3E7421; }
a { background-color: rgb(62,116,33); }
div.DivClassName
{
background-color: #3E7421;
}
.BgClassName
{
background-color: #3E7421;
}
</style>
border-color css
<style>
span { border-color: #3E7421; }
span { border-color: rgb(62,116,33); }
td.TdClassName
{
border-color: #3E7421;
}
.TagClassName
{
border-color: #3E7421;
}
</style>