Shades of Bilbao #3E810E
Tints of Bilbao #3E810E
RGB
CMYK
RGB Variations
Color information
#3E810E (or 0x3E810E) is known color: Bilbao. HEX triplet: 3E, 81 and 0E. RGB value is (62,129,14). Sum of RGB (Red+Green+Blue) = 62+129+14=205 (27% of max value = 765). Red value is 62 (24.61% from 255 or 30.24% from 205); Green value is 129 (50.78% from 255 or 62.93% from 205); Blue value is 14 (5.86% from 255 or 6.83% from 205); Max value from RGB is 129 - color contains mainly: green. Hex color #3E810E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3E810E is #C17EF1. Grayscale: #606060. Windows color (decimal): -12680946 or 950590. OLE color: 950590.
HSL color Cylindrical-coordinate representation of color #3E810E: hue angle of 94.96º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3E810E is Cyan = 0.52, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 62 | 129 | 14 | - |
| CMYK | 0.52 | 0 | 0.89 | 0.49 |
| HSL | 94.96º | 0.8% | 0.28% | - |
| HSV(B) | 94.96º | 0.89% | 0.51% | - |
| XYZ | 9.92 | 16.76 | 3.13 | - |
| YUV | 95.86 | 81.8 | 103.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 129 | 14 | 0.52 | 0 | 0.89 | 0.49 | 94.96 | 0.8 | 0.28 |
| Hex | 3E | 81 | E | 34 | 0 | 59 | 31 | 5F | 50 | 1C |
| Octal | 76 | 201 | 16 | 64 | 0 | 131 | 61 | 137 | 120 | 34 |
| Binary | 111110 | 10000001 | 1110 | 110100 | 0 | 1011001 | 110001 | 1011111 | 1010000 | 11100 |
Color Harmonies of #3E810E
Complementary color
Monochromatic Colors of #3E810E
Black with #3E810E
Text Example
Text Example
White with #3E810E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E810E; }
p { color: rgb(62,129,14); }
H1.HeaderClassName
{
color: #3E810E;
}
.AnyTagClassName
{
color: #3E810E;
}
</style>
background-color css
<style>
a { background-color: #3E810E; }
a { background-color: rgb(62,129,14); }
div.DivClassName
{
background-color: #3E810E;
}
.BgClassName
{
background-color: #3E810E;
}
</style>
border-color css
<style>
span { border-color: #3E810E; }
span { border-color: rgb(62,129,14); }
td.TdClassName
{
border-color: #3E810E;
}
.TagClassName
{
border-color: #3E810E;
}
</style>