Shades of Bilbao #3E721E
Tints of Bilbao #3E721E
RGB
CMYK
RGB Variations
Color information
#3E721E (or 0x3E721E) is known color: Bilbao. HEX triplet: 3E, 72 and 1E. RGB value is (62,114,30). Sum of RGB (Red+Green+Blue) = 62+114+30=206 (27% of max value = 765). Red value is 62 (24.61% from 255 or 30.10% from 206); Green value is 114 (44.92% from 255 or 55.34% from 206); Blue value is 30 (12.11% from 255 or 14.56% from 206); Max value from RGB is 114 - color contains mainly: green. Hex color #3E721E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E721E is #C18DE1. Grayscale: #595959. Windows color (decimal): -12684770 or 1995326. OLE color: 1995326.
HSL color Cylindrical-coordinate representation of color #3E721E: hue angle of 97.14º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3E721E is Cyan = 0.46, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 62 | 114 | 30 | - |
| CMYK | 0.46 | 0 | 0.74 | 0.55 |
| HSL | 97.14º | 0.58% | 0.28% | - |
| HSV(B) | 97.14º | 0.74% | 0.45% | - |
| XYZ | 8.24 | 13.15 | 3.33 | - |
| YUV | 88.88 | 94.77 | 108.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 114 | 30 | 0.46 | 0 | 0.74 | 0.55 | 97.14 | 0.58 | 0.28 |
| Hex | 3E | 72 | 1E | 2E | 0 | 4A | 37 | 61 | 3A | 1C |
| Octal | 76 | 162 | 36 | 56 | 0 | 112 | 67 | 141 | 72 | 34 |
| Binary | 111110 | 1110010 | 11110 | 101110 | 0 | 1001010 | 110111 | 1100001 | 111010 | 11100 |
Color Harmonies of #3E721E
Complementary color
Monochromatic Colors of #3E721E
Black with #3E721E
Text Example
Text Example
White with #3E721E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E721E; }
p { color: rgb(62,114,30); }
H1.HeaderClassName
{
color: #3E721E;
}
.AnyTagClassName
{
color: #3E721E;
}
</style>
background-color css
<style>
a { background-color: #3E721E; }
a { background-color: rgb(62,114,30); }
div.DivClassName
{
background-color: #3E721E;
}
.BgClassName
{
background-color: #3E721E;
}
</style>
border-color css
<style>
span { border-color: #3E721E; }
span { border-color: rgb(62,114,30); }
td.TdClassName
{
border-color: #3E721E;
}
.TagClassName
{
border-color: #3E721E;
}
</style>