Shades of Bilbao #3E800D
Tints of Bilbao #3E800D
RGB
CMYK
RGB Variations
Color information
#3E800D (or 0x3E800D) is known color: Bilbao. HEX triplet: 3E, 80 and 0D. RGB value is (62,128,13). Sum of RGB (Red+Green+Blue) = 62+128+13=203 (26% of max value = 765). Red value is 62 (24.61% from 255 or 30.54% from 203); Green value is 128 (50.39% from 255 or 63.05% from 203); Blue value is 13 (5.47% from 255 or 6.40% from 203); Max value from RGB is 128 - color contains mainly: green. Hex color #3E800D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3E800D is #C17FF2. Grayscale: #5F5F5F. Windows color (decimal): -12681203 or 884798. OLE color: 884798.
HSL color Cylindrical-coordinate representation of color #3E800D: hue angle of 94.43º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3E800D is Cyan = 0.52, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 62 | 128 | 13 | - |
| CMYK | 0.52 | 0 | 0.90 | 0.50 |
| HSL | 94.43º | 0.82% | 0.28% | - |
| HSV(B) | 94.43º | 0.9% | 0.5% | - |
| XYZ | 9.78 | 16.49 | 3.05 | - |
| YUV | 95.16 | 81.63 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 128 | 13 | 0.52 | 0 | 0.90 | 0.50 | 94.43 | 0.82 | 0.28 |
| Hex | 3E | 80 | D | 34 | 0 | 5A | 32 | 5E | 52 | 1C |
| Octal | 76 | 200 | 15 | 64 | 0 | 132 | 62 | 136 | 122 | 34 |
| Binary | 111110 | 10000000 | 1101 | 110100 | 0 | 1011010 | 110010 | 1011110 | 1010010 | 11100 |
Color Harmonies of #3E800D
Complementary color
Monochromatic Colors of #3E800D
Black with #3E800D
Text Example
Text Example
White with #3E800D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E800D; }
p { color: rgb(62,128,13); }
H1.HeaderClassName
{
color: #3E800D;
}
.AnyTagClassName
{
color: #3E800D;
}
</style>
background-color css
<style>
a { background-color: #3E800D; }
a { background-color: rgb(62,128,13); }
div.DivClassName
{
background-color: #3E800D;
}
.BgClassName
{
background-color: #3E800D;
}
</style>
border-color css
<style>
span { border-color: #3E800D; }
span { border-color: rgb(62,128,13); }
td.TdClassName
{
border-color: #3E800D;
}
.TagClassName
{
border-color: #3E800D;
}
</style>