Shades of Bilbao #3E770D
Tints of Bilbao #3E770D
RGB
CMYK
RGB Variations
Color information
#3E770D (or 0x3E770D) is known color: Bilbao. HEX triplet: 3E, 77 and 0D. RGB value is (62,119,13). Sum of RGB (Red+Green+Blue) = 62+119+13=194 (25% of max value = 765). Red value is 62 (24.61% from 255 or 31.96% from 194); Green value is 119 (46.88% from 255 or 61.34% from 194); Blue value is 13 (5.47% from 255 or 6.70% from 194); Max value from RGB is 119 - color contains mainly: green. Hex color #3E770D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E770D is #C188F2. Grayscale: #5A5A5A. Windows color (decimal): -12683507 or 882494. OLE color: 882494.
HSL color Cylindrical-coordinate representation of color #3E770D: hue angle of 92.26º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3E770D is Cyan = 0.48, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 62 | 119 | 13 | - |
| CMYK | 0.48 | 0 | 0.89 | 0.53 |
| HSL | 92.26º | 0.8% | 0.26% | - |
| HSV(B) | 92.26º | 0.89% | 0.47% | - |
| XYZ | 8.66 | 14.25 | 2.67 | - |
| YUV | 89.87 | 84.62 | 108.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 119 | 13 | 0.48 | 0 | 0.89 | 0.53 | 92.26 | 0.8 | 0.26 |
| Hex | 3E | 77 | D | 30 | 0 | 59 | 35 | 5C | 50 | 1A |
| Octal | 76 | 167 | 15 | 60 | 0 | 131 | 65 | 134 | 120 | 32 |
| Binary | 111110 | 1110111 | 1101 | 110000 | 0 | 1011001 | 110101 | 1011100 | 1010000 | 11010 |
Color Harmonies of #3E770D
Complementary color
Monochromatic Colors of #3E770D
Black with #3E770D
Text Example
Text Example
White with #3E770D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E770D; }
p { color: rgb(62,119,13); }
H1.HeaderClassName
{
color: #3E770D;
}
.AnyTagClassName
{
color: #3E770D;
}
</style>
background-color css
<style>
a { background-color: #3E770D; }
a { background-color: rgb(62,119,13); }
div.DivClassName
{
background-color: #3E770D;
}
.BgClassName
{
background-color: #3E770D;
}
</style>
border-color css
<style>
span { border-color: #3E770D; }
span { border-color: rgb(62,119,13); }
td.TdClassName
{
border-color: #3E770D;
}
.TagClassName
{
border-color: #3E770D;
}
</style>