Shades of Bilbao #3E7306
Tints of Bilbao #3E7306
RGB
CMYK
RGB Variations
Color information
#3E7306 (or 0x3E7306) is known color: Bilbao. HEX triplet: 3E, 73 and 06. RGB value is (62,115,6). Sum of RGB (Red+Green+Blue) = 62+115+6=183 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.88% from 183); Green value is 115 (45.31% from 255 or 62.84% from 183); Blue value is 6 (2.73% from 255 or 3.28% from 183); Max value from RGB is 115 - color contains mainly: green. Hex color #3E7306 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E7306 is #C18CF9. Grayscale: #575757. Windows color (decimal): -12684538 or 422718. OLE color: 422718.
HSL color Cylindrical-coordinate representation of color #3E7306: hue angle of 89.17º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3E7306 is Cyan = 0.46, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 62 | 115 | 6 | - |
| CMYK | 0.46 | 0 | 0.95 | 0.55 |
| HSL | 89.17º | 0.9% | 0.24% | - |
| HSV(B) | 89.17º | 0.95% | 0.45% | - |
| XYZ | 8.15 | 13.3 | 2.31 | - |
| YUV | 86.73 | 82.44 | 110.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 115 | 6 | 0.46 | 0 | 0.95 | 0.55 | 89.17 | 0.9 | 0.24 |
| Hex | 3E | 73 | 6 | 2E | 0 | 5F | 37 | 59 | 5A | 18 |
| Octal | 76 | 163 | 6 | 56 | 0 | 137 | 67 | 131 | 132 | 30 |
| Binary | 111110 | 1110011 | 110 | 101110 | 0 | 1011111 | 110111 | 1011001 | 1011010 | 11000 |
Color Harmonies of #3E7306
Complementary color
Monochromatic Colors of #3E7306
Black with #3E7306
Text Example
Text Example
White with #3E7306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7306; }
p { color: rgb(62,115,6); }
H1.HeaderClassName
{
color: #3E7306;
}
.AnyTagClassName
{
color: #3E7306;
}
</style>
background-color css
<style>
a { background-color: #3E7306; }
a { background-color: rgb(62,115,6); }
div.DivClassName
{
background-color: #3E7306;
}
.BgClassName
{
background-color: #3E7306;
}
</style>
border-color css
<style>
span { border-color: #3E7306; }
span { border-color: rgb(62,115,6); }
td.TdClassName
{
border-color: #3E7306;
}
.TagClassName
{
border-color: #3E7306;
}
</style>