Shades of Bilbao #3E730D
Tints of Bilbao #3E730D
RGB
CMYK
RGB Variations
Color information
#3E730D (or 0x3E730D) is known color: Bilbao. HEX triplet: 3E, 73 and 0D. RGB value is (62,115,13). Sum of RGB (Red+Green+Blue) = 62+115+13=190 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.63% from 190); Green value is 115 (45.31% from 255 or 60.53% from 190); Blue value is 13 (5.47% from 255 or 6.84% from 190); Max value from RGB is 115 - color contains mainly: green. Hex color #3E730D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E730D is #C18CF2. Grayscale: #575757. Windows color (decimal): -12684531 or 881470. OLE color: 881470.
HSL color Cylindrical-coordinate representation of color #3E730D: hue angle of 91.18º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3E730D is Cyan = 0.46, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 62 | 115 | 13 | - |
| CMYK | 0.46 | 0 | 0.89 | 0.55 |
| HSL | 91.18º | 0.8% | 0.25% | - |
| HSV(B) | 91.18º | 0.89% | 0.45% | - |
| XYZ | 8.19 | 13.31 | 2.52 | - |
| YUV | 87.53 | 85.94 | 109.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 115 | 13 | 0.46 | 0 | 0.89 | 0.55 | 91.18 | 0.8 | 0.25 |
| Hex | 3E | 73 | D | 2E | 0 | 59 | 37 | 5B | 50 | 19 |
| Octal | 76 | 163 | 15 | 56 | 0 | 131 | 67 | 133 | 120 | 31 |
| Binary | 111110 | 1110011 | 1101 | 101110 | 0 | 1011001 | 110111 | 1011011 | 1010000 | 11001 |
Color Harmonies of #3E730D
Complementary color
Monochromatic Colors of #3E730D
Black with #3E730D
Text Example
Text Example
White with #3E730D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E730D; }
p { color: rgb(62,115,13); }
H1.HeaderClassName
{
color: #3E730D;
}
.AnyTagClassName
{
color: #3E730D;
}
</style>
background-color css
<style>
a { background-color: #3E730D; }
a { background-color: rgb(62,115,13); }
div.DivClassName
{
background-color: #3E730D;
}
.BgClassName
{
background-color: #3E730D;
}
</style>
border-color css
<style>
span { border-color: #3E730D; }
span { border-color: rgb(62,115,13); }
td.TdClassName
{
border-color: #3E730D;
}
.TagClassName
{
border-color: #3E730D;
}
</style>