Shades of Bilbao #3E6E1F
Tints of Bilbao #3E6E1F
RGB
CMYK
RGB Variations
Color information
#3E6E1F (or 0x3E6E1F) is known color: Bilbao. HEX triplet: 3E, 6E and 1F. RGB value is (62,110,31). Sum of RGB (Red+Green+Blue) = 62+110+31=203 (26% of max value = 765). Red value is 62 (24.61% from 255 or 30.54% from 203); Green value is 110 (43.36% from 255 or 54.19% from 203); Blue value is 31 (12.5% from 255 or 15.27% from 203); Max value from RGB is 110 - color contains mainly: green. Hex color #3E6E1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E6E1F is #C191E0. Grayscale: #565656. Windows color (decimal): -12685793 or 2059838. OLE color: 2059838.
HSL color Cylindrical-coordinate representation of color #3E6E1F: hue angle of 96.46º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3E6E1F is Cyan = 0.44, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 62 | 110 | 31 | - |
| CMYK | 0.44 | 0 | 0.72 | 0.57 |
| HSL | 96.46º | 0.56% | 0.28% | - |
| HSV(B) | 96.46º | 0.72% | 0.43% | - |
| XYZ | 7.81 | 12.27 | 3.25 | - |
| YUV | 86.64 | 96.6 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 110 | 31 | 0.44 | 0 | 0.72 | 0.57 | 96.46 | 0.56 | 0.28 |
| Hex | 3E | 6E | 1F | 2C | 0 | 48 | 39 | 60 | 38 | 1C |
| Octal | 76 | 156 | 37 | 54 | 0 | 110 | 71 | 140 | 70 | 34 |
| Binary | 111110 | 1101110 | 11111 | 101100 | 0 | 1001000 | 111001 | 1100000 | 111000 | 11100 |
Color Harmonies of #3E6E1F
Complementary color
Monochromatic Colors of #3E6E1F
Black with #3E6E1F
Text Example
Text Example
White with #3E6E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6E1F; }
p { color: rgb(62,110,31); }
H1.HeaderClassName
{
color: #3E6E1F;
}
.AnyTagClassName
{
color: #3E6E1F;
}
</style>
background-color css
<style>
a { background-color: #3E6E1F; }
a { background-color: rgb(62,110,31); }
div.DivClassName
{
background-color: #3E6E1F;
}
.BgClassName
{
background-color: #3E6E1F;
}
</style>
border-color css
<style>
span { border-color: #3E6E1F; }
span { border-color: rgb(62,110,31); }
td.TdClassName
{
border-color: #3E6E1F;
}
.TagClassName
{
border-color: #3E6E1F;
}
</style>