Shades of Bilbao #3E730E
Tints of Bilbao #3E730E
RGB
CMYK
RGB Variations
Color information
#3E730E (or 0x3E730E) is known color: Bilbao. HEX triplet: 3E, 73 and 0E. RGB value is (62,115,14). Sum of RGB (Red+Green+Blue) = 62+115+14=191 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.46% from 191); Green value is 115 (45.31% from 255 or 60.21% from 191); Blue value is 14 (5.86% from 255 or 7.33% from 191); Max value from RGB is 115 - color contains mainly: green. Hex color #3E730E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E730E is #C18CF1. Grayscale: #575757. Windows color (decimal): -12684530 or 947006. OLE color: 947006.
HSL color Cylindrical-coordinate representation of color #3E730E: hue angle of 91.49º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3E730E is Cyan = 0.46, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 62 | 115 | 14 | - |
| CMYK | 0.46 | 0 | 0.88 | 0.55 |
| HSL | 91.49º | 0.78% | 0.25% | - |
| HSV(B) | 91.49º | 0.88% | 0.45% | - |
| XYZ | 8.2 | 13.32 | 2.55 | - |
| YUV | 87.64 | 86.44 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 115 | 14 | 0.46 | 0 | 0.88 | 0.55 | 91.49 | 0.78 | 0.25 |
| Hex | 3E | 73 | E | 2E | 0 | 58 | 37 | 5B | 4E | 19 |
| Octal | 76 | 163 | 16 | 56 | 0 | 130 | 67 | 133 | 116 | 31 |
| Binary | 111110 | 1110011 | 1110 | 101110 | 0 | 1011000 | 110111 | 1011011 | 1001110 | 11001 |
Color Harmonies of #3E730E
Complementary color
Monochromatic Colors of #3E730E
Black with #3E730E
Text Example
Text Example
White with #3E730E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E730E; }
p { color: rgb(62,115,14); }
H1.HeaderClassName
{
color: #3E730E;
}
.AnyTagClassName
{
color: #3E730E;
}
</style>
background-color css
<style>
a { background-color: #3E730E; }
a { background-color: rgb(62,115,14); }
div.DivClassName
{
background-color: #3E730E;
}
.BgClassName
{
background-color: #3E730E;
}
</style>
border-color css
<style>
span { border-color: #3E730E; }
span { border-color: rgb(62,115,14); }
td.TdClassName
{
border-color: #3E730E;
}
.TagClassName
{
border-color: #3E730E;
}
</style>