Shades of Bilbao #3E731F
Tints of Bilbao #3E731F
RGB
CMYK
RGB Variations
Color information
#3E731F (or 0x3E731F) is known color: Bilbao. HEX triplet: 3E, 73 and 1F. RGB value is (62,115,31). Sum of RGB (Red+Green+Blue) = 62+115+31=208 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.81% from 208); Green value is 115 (45.31% from 255 or 55.29% from 208); Blue value is 31 (12.5% from 255 or 14.90% from 208); Max value from RGB is 115 - color contains mainly: green. Hex color #3E731F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E731F is #C18CE0. Grayscale: #595959. Windows color (decimal): -12684513 or 2061118. OLE color: 2061118.
HSL color Cylindrical-coordinate representation of color #3E731F: hue angle of 97.86º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3E731F is Cyan = 0.46, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 62 | 115 | 31 | - |
| CMYK | 0.46 | 0 | 0.73 | 0.55 |
| HSL | 97.86º | 0.58% | 0.29% | - |
| HSV(B) | 97.86º | 0.73% | 0.45% | - |
| XYZ | 8.36 | 13.38 | 3.44 | - |
| YUV | 89.58 | 94.94 | 108.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 115 | 31 | 0.46 | 0 | 0.73 | 0.55 | 97.86 | 0.58 | 0.29 |
| Hex | 3E | 73 | 1F | 2E | 0 | 49 | 37 | 62 | 3A | 1D |
| Octal | 76 | 163 | 37 | 56 | 0 | 111 | 67 | 142 | 72 | 35 |
| Binary | 111110 | 1110011 | 11111 | 101110 | 0 | 1001001 | 110111 | 1100010 | 111010 | 11101 |
Color Harmonies of #3E731F
Complementary color
Monochromatic Colors of #3E731F
Black with #3E731F
Text Example
Text Example
White with #3E731F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E731F; }
p { color: rgb(62,115,31); }
H1.HeaderClassName
{
color: #3E731F;
}
.AnyTagClassName
{
color: #3E731F;
}
</style>
background-color css
<style>
a { background-color: #3E731F; }
a { background-color: rgb(62,115,31); }
div.DivClassName
{
background-color: #3E731F;
}
.BgClassName
{
background-color: #3E731F;
}
</style>
border-color css
<style>
span { border-color: #3E731F; }
span { border-color: rgb(62,115,31); }
td.TdClassName
{
border-color: #3E731F;
}
.TagClassName
{
border-color: #3E731F;
}
</style>