Shades of Bilbao #3E8A0D
Tints of Bilbao #3E8A0D
RGB
CMYK
RGB Variations
Color information
#3E8A0D (or 0x3E8A0D) is known color: Bilbao. HEX triplet: 3E, 8A and 0D. RGB value is (62,138,13). Sum of RGB (Red+Green+Blue) = 62+138+13=213 (28% of max value = 765). Red value is 62 (24.61% from 255 or 29.11% from 213); Green value is 138 (54.30% from 255 or 64.79% from 213); Blue value is 13 (5.47% from 255 or 6.10% from 213); Max value from RGB is 138 - color contains mainly: green. Hex color #3E8A0D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3E8A0D is #C175F2. Grayscale: #656565. Windows color (decimal): -12678643 or 887358. OLE color: 887358.
HSL color Cylindrical-coordinate representation of color #3E8A0D: hue angle of 96.48º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3E8A0D is Cyan = 0.55, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 62 | 138 | 13 | - |
| CMYK | 0.55 | 0 | 0.91 | 0.46 |
| HSL | 96.48º | 0.83% | 0.3% | - |
| HSV(B) | 96.48º | 0.91% | 0.54% | - |
| XYZ | 11.15 | 19.23 | 3.51 | - |
| YUV | 101.03 | 78.32 | 100.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 138 | 13 | 0.55 | 0 | 0.91 | 0.46 | 96.48 | 0.83 | 0.3 |
| Hex | 3E | 8A | D | 37 | 0 | 5B | 2E | 60 | 53 | 1E |
| Octal | 76 | 212 | 15 | 67 | 0 | 133 | 56 | 140 | 123 | 36 |
| Binary | 111110 | 10001010 | 1101 | 110111 | 0 | 1011011 | 101110 | 1100000 | 1010011 | 11110 |
Color Harmonies of #3E8A0D
Complementary color
Monochromatic Colors of #3E8A0D
Black with #3E8A0D
Text Example
Text Example
White with #3E8A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E8A0D; }
p { color: rgb(62,138,13); }
H1.HeaderClassName
{
color: #3E8A0D;
}
.AnyTagClassName
{
color: #3E8A0D;
}
</style>
background-color css
<style>
a { background-color: #3E8A0D; }
a { background-color: rgb(62,138,13); }
div.DivClassName
{
background-color: #3E8A0D;
}
.BgClassName
{
background-color: #3E8A0D;
}
</style>
border-color css
<style>
span { border-color: #3E8A0D; }
span { border-color: rgb(62,138,13); }
td.TdClassName
{
border-color: #3E8A0D;
}
.TagClassName
{
border-color: #3E8A0D;
}
</style>