Shades of Bilbao #3E750A
Tints of Bilbao #3E750A
RGB
CMYK
RGB Variations
Color information
#3E750A (or 0x3E750A) is known color: Bilbao. HEX triplet: 3E, 75 and 0A. RGB value is (62,117,10). Sum of RGB (Red+Green+Blue) = 62+117+10=189 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.80% from 189); Green value is 117 (46.09% from 255 or 61.90% from 189); Blue value is 10 (4.30% from 255 or 5.29% from 189); Max value from RGB is 117 - color contains mainly: green. Hex color #3E750A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E750A is #C18AF5. Grayscale: #585858. Windows color (decimal): -12684022 or 685374. OLE color: 685374.
HSL color Cylindrical-coordinate representation of color #3E750A: hue angle of 90.84º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3E750A is Cyan = 0.47, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 62 | 117 | 10 | - |
| CMYK | 0.47 | 0 | 0.91 | 0.54 |
| HSL | 90.84º | 0.84% | 0.25% | - |
| HSV(B) | 90.84º | 0.91% | 0.46% | - |
| XYZ | 8.4 | 13.77 | 2.5 | - |
| YUV | 88.36 | 83.78 | 109.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 117 | 10 | 0.47 | 0 | 0.91 | 0.54 | 90.84 | 0.84 | 0.25 |
| Hex | 3E | 75 | A | 2F | 0 | 5B | 36 | 5B | 54 | 19 |
| Octal | 76 | 165 | 12 | 57 | 0 | 133 | 66 | 133 | 124 | 31 |
| Binary | 111110 | 1110101 | 1010 | 101111 | 0 | 1011011 | 110110 | 1011011 | 1010100 | 11001 |
Color Harmonies of #3E750A
Complementary color
Monochromatic Colors of #3E750A
Black with #3E750A
Text Example
Text Example
White with #3E750A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E750A; }
p { color: rgb(62,117,10); }
H1.HeaderClassName
{
color: #3E750A;
}
.AnyTagClassName
{
color: #3E750A;
}
</style>
background-color css
<style>
a { background-color: #3E750A; }
a { background-color: rgb(62,117,10); }
div.DivClassName
{
background-color: #3E750A;
}
.BgClassName
{
background-color: #3E750A;
}
</style>
border-color css
<style>
span { border-color: #3E750A; }
span { border-color: rgb(62,117,10); }
td.TdClassName
{
border-color: #3E750A;
}
.TagClassName
{
border-color: #3E750A;
}
</style>