Shades of Bilbao #3E7223
Tints of Bilbao #3E7223
RGB
CMYK
RGB Variations
Color information
#3E7223 (or 0x3E7223) is known color: Bilbao. HEX triplet: 3E, 72 and 23. RGB value is (62,114,35). Sum of RGB (Red+Green+Blue) = 62+114+35=211 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.38% from 211); Green value is 114 (44.92% from 255 or 54.03% from 211); Blue value is 35 (14.06% from 255 or 16.59% from 211); Max value from RGB is 114 - color contains mainly: green. Hex color #3E7223 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E7223 is #C18DDC. Grayscale: #595959. Windows color (decimal): -12684765 or 2323006. OLE color: 2323006.
HSL color Cylindrical-coordinate representation of color #3E7223: hue angle of 99.49º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3E7223 is Cyan = 0.46, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 62 | 114 | 35 | - |
| CMYK | 0.46 | 0 | 0.69 | 0.55 |
| HSL | 99.49º | 0.53% | 0.29% | - |
| HSV(B) | 99.49º | 0.69% | 0.45% | - |
| XYZ | 8.31 | 13.18 | 3.7 | - |
| YUV | 89.45 | 97.27 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 114 | 35 | 0.46 | 0 | 0.69 | 0.55 | 99.49 | 0.53 | 0.29 |
| Hex | 3E | 72 | 23 | 2E | 0 | 45 | 37 | 63 | 35 | 1D |
| Octal | 76 | 162 | 43 | 56 | 0 | 105 | 67 | 143 | 65 | 35 |
| Binary | 111110 | 1110010 | 100011 | 101110 | 0 | 1000101 | 110111 | 1100011 | 110101 | 11101 |
Color Harmonies of #3E7223
Complementary color
Monochromatic Colors of #3E7223
Black with #3E7223
Text Example
Text Example
White with #3E7223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7223; }
p { color: rgb(62,114,35); }
H1.HeaderClassName
{
color: #3E7223;
}
.AnyTagClassName
{
color: #3E7223;
}
</style>
background-color css
<style>
a { background-color: #3E7223; }
a { background-color: rgb(62,114,35); }
div.DivClassName
{
background-color: #3E7223;
}
.BgClassName
{
background-color: #3E7223;
}
</style>
border-color css
<style>
span { border-color: #3E7223; }
span { border-color: rgb(62,114,35); }
td.TdClassName
{
border-color: #3E7223;
}
.TagClassName
{
border-color: #3E7223;
}
</style>