Shades of Bilbao #3E761E
Tints of Bilbao #3E761E
RGB
CMYK
RGB Variations
Color information
#3E761E (or 0x3E761E) is known color: Bilbao. HEX triplet: 3E, 76 and 1E. RGB value is (62,118,30). Sum of RGB (Red+Green+Blue) = 62+118+30=210 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.52% from 210); Green value is 118 (46.48% from 255 or 56.19% from 210); Blue value is 30 (12.11% from 255 or 14.29% from 210); Max value from RGB is 118 - color contains mainly: green. Hex color #3E761E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E761E is #C189E1. Grayscale: #5B5B5B. Windows color (decimal): -12683746 or 1996350. OLE color: 1996350.
HSL color Cylindrical-coordinate representation of color #3E761E: hue angle of 98.18º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3E761E is Cyan = 0.47, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 62 | 118 | 30 | - |
| CMYK | 0.47 | 0 | 0.75 | 0.54 |
| HSL | 98.18º | 0.59% | 0.29% | - |
| HSV(B) | 98.18º | 0.75% | 0.46% | - |
| XYZ | 8.7 | 14.07 | 3.49 | - |
| YUV | 91.22 | 93.45 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 118 | 30 | 0.47 | 0 | 0.75 | 0.54 | 98.18 | 0.59 | 0.29 |
| Hex | 3E | 76 | 1E | 2F | 0 | 4B | 36 | 62 | 3B | 1D |
| Octal | 76 | 166 | 36 | 57 | 0 | 113 | 66 | 142 | 73 | 35 |
| Binary | 111110 | 1110110 | 11110 | 101111 | 0 | 1001011 | 110110 | 1100010 | 111011 | 11101 |
Color Harmonies of #3E761E
Complementary color
Monochromatic Colors of #3E761E
Black with #3E761E
Text Example
Text Example
White with #3E761E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E761E; }
p { color: rgb(62,118,30); }
H1.HeaderClassName
{
color: #3E761E;
}
.AnyTagClassName
{
color: #3E761E;
}
</style>
background-color css
<style>
a { background-color: #3E761E; }
a { background-color: rgb(62,118,30); }
div.DivClassName
{
background-color: #3E761E;
}
.BgClassName
{
background-color: #3E761E;
}
</style>
border-color css
<style>
span { border-color: #3E761E; }
span { border-color: rgb(62,118,30); }
td.TdClassName
{
border-color: #3E761E;
}
.TagClassName
{
border-color: #3E761E;
}
</style>