Shades of Bilbao #3E8014
Tints of Bilbao #3E8014
RGB
CMYK
RGB Variations
Color information
#3E8014 (or 0x3E8014) is known color: Bilbao. HEX triplet: 3E, 80 and 14. RGB value is (62,128,20). Sum of RGB (Red+Green+Blue) = 62+128+20=210 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.52% from 210); Green value is 128 (50.39% from 255 or 60.95% from 210); Blue value is 20 (8.20% from 255 or 9.52% from 210); Max value from RGB is 128 - color contains mainly: green. Hex color #3E8014 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3E8014 is #C17FEB. Grayscale: #606060. Windows color (decimal): -12681196 or 1343550. OLE color: 1343550.
HSL color Cylindrical-coordinate representation of color #3E8014: hue angle of 96.67º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3E8014 is Cyan = 0.52, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 62 | 128 | 20 | - |
| CMYK | 0.52 | 0 | 0.84 | 0.50 |
| HSL | 96.67º | 0.73% | 0.29% | - |
| HSV(B) | 96.67º | 0.84% | 0.5% | - |
| XYZ | 9.83 | 16.51 | 3.33 | - |
| YUV | 95.95 | 85.13 | 103.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 128 | 20 | 0.52 | 0 | 0.84 | 0.50 | 96.67 | 0.73 | 0.29 |
| Hex | 3E | 80 | 14 | 34 | 0 | 54 | 32 | 61 | 49 | 1D |
| Octal | 76 | 200 | 24 | 64 | 0 | 124 | 62 | 141 | 111 | 35 |
| Binary | 111110 | 10000000 | 10100 | 110100 | 0 | 1010100 | 110010 | 1100001 | 1001001 | 11101 |
Color Harmonies of #3E8014
Complementary color
Monochromatic Colors of #3E8014
Black with #3E8014
Text Example
Text Example
White with #3E8014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E8014; }
p { color: rgb(62,128,20); }
H1.HeaderClassName
{
color: #3E8014;
}
.AnyTagClassName
{
color: #3E8014;
}
</style>
background-color css
<style>
a { background-color: #3E8014; }
a { background-color: rgb(62,128,20); }
div.DivClassName
{
background-color: #3E8014;
}
.BgClassName
{
background-color: #3E8014;
}
</style>
border-color css
<style>
span { border-color: #3E8014; }
span { border-color: rgb(62,128,20); }
td.TdClassName
{
border-color: #3E8014;
}
.TagClassName
{
border-color: #3E8014;
}
</style>