Shades of Bilbao #3E760D
Tints of Bilbao #3E760D
RGB
CMYK
RGB Variations
Color information
#3E760D (or 0x3E760D) is known color: Bilbao. HEX triplet: 3E, 76 and 0D. RGB value is (62,118,13). Sum of RGB (Red+Green+Blue) = 62+118+13=193 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.12% from 193); Green value is 118 (46.48% from 255 or 61.14% from 193); Blue value is 13 (5.47% from 255 or 6.74% from 193); Max value from RGB is 118 - color contains mainly: green. Hex color #3E760D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E760D is #C189F2. Grayscale: #595959. Windows color (decimal): -12683763 or 882238. OLE color: 882238.
HSL color Cylindrical-coordinate representation of color #3E760D: hue angle of 92º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3E760D is Cyan = 0.47, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 62 | 118 | 13 | - |
| CMYK | 0.47 | 0 | 0.89 | 0.54 |
| HSL | 92º | 0.8% | 0.26% | - |
| HSV(B) | 92º | 0.89% | 0.46% | - |
| XYZ | 8.54 | 14.01 | 2.63 | - |
| YUV | 89.29 | 84.95 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 118 | 13 | 0.47 | 0 | 0.89 | 0.54 | 92 | 0.8 | 0.26 |
| Hex | 3E | 76 | D | 2F | 0 | 59 | 36 | 5C | 50 | 1A |
| Octal | 76 | 166 | 15 | 57 | 0 | 131 | 66 | 134 | 120 | 32 |
| Binary | 111110 | 1110110 | 1101 | 101111 | 0 | 1011001 | 110110 | 1011100 | 1010000 | 11010 |
Color Harmonies of #3E760D
Complementary color
Monochromatic Colors of #3E760D
Black with #3E760D
Text Example
Text Example
White with #3E760D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E760D; }
p { color: rgb(62,118,13); }
H1.HeaderClassName
{
color: #3E760D;
}
.AnyTagClassName
{
color: #3E760D;
}
</style>
background-color css
<style>
a { background-color: #3E760D; }
a { background-color: rgb(62,118,13); }
div.DivClassName
{
background-color: #3E760D;
}
.BgClassName
{
background-color: #3E760D;
}
</style>
border-color css
<style>
span { border-color: #3E760D; }
span { border-color: rgb(62,118,13); }
td.TdClassName
{
border-color: #3E760D;
}
.TagClassName
{
border-color: #3E760D;
}
</style>