Shades of Bilbao #3E6F09
Tints of Bilbao #3E6F09
RGB
CMYK
RGB Variations
Color information
#3E6F09 (or 0x3E6F09) is known color: Bilbao. HEX triplet: 3E, 6F and 09. RGB value is (62,111,9). Sum of RGB (Red+Green+Blue) = 62+111+9=182 (24% of max value = 765). Red value is 62 (24.61% from 255 or 34.07% from 182); Green value is 111 (43.75% from 255 or 60.99% from 182); Blue value is 9 (3.91% from 255 or 4.95% from 182); Max value from RGB is 111 - color contains mainly: green. Hex color #3E6F09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E6F09 is #C190F6. Grayscale: #555555. Windows color (decimal): -12685559 or 618302. OLE color: 618302.
HSL color Cylindrical-coordinate representation of color #3E6F09: hue angle of 88.82º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3E6F09 is Cyan = 0.44, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 62 | 111 | 9 | - |
| CMYK | 0.44 | 0 | 0.92 | 0.56 |
| HSL | 88.82º | 0.85% | 0.24% | - |
| HSV(B) | 88.82º | 0.92% | 0.44% | - |
| XYZ | 7.72 | 12.41 | 2.25 | - |
| YUV | 84.72 | 85.27 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 111 | 9 | 0.44 | 0 | 0.92 | 0.56 | 88.82 | 0.85 | 0.24 |
| Hex | 3E | 6F | 9 | 2C | 0 | 5C | 38 | 59 | 55 | 18 |
| Octal | 76 | 157 | 11 | 54 | 0 | 134 | 70 | 131 | 125 | 30 |
| Binary | 111110 | 1101111 | 1001 | 101100 | 0 | 1011100 | 111000 | 1011001 | 1010101 | 11000 |
Color Harmonies of #3E6F09
Complementary color
Monochromatic Colors of #3E6F09
Black with #3E6F09
Text Example
Text Example
White with #3E6F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6F09; }
p { color: rgb(62,111,9); }
H1.HeaderClassName
{
color: #3E6F09;
}
.AnyTagClassName
{
color: #3E6F09;
}
</style>
background-color css
<style>
a { background-color: #3E6F09; }
a { background-color: rgb(62,111,9); }
div.DivClassName
{
background-color: #3E6F09;
}
.BgClassName
{
background-color: #3E6F09;
}
</style>
border-color css
<style>
span { border-color: #3E6F09; }
span { border-color: rgb(62,111,9); }
td.TdClassName
{
border-color: #3E6F09;
}
.TagClassName
{
border-color: #3E6F09;
}
</style>