Shades of Bilbao #3E760C
Tints of Bilbao #3E760C
RGB
CMYK
RGB Variations
Color information
#3E760C (or 0x3E760C) is known color: Bilbao. HEX triplet: 3E, 76 and 0C. RGB value is (62,118,12). Sum of RGB (Red+Green+Blue) = 62+118+12=192 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.29% from 192); Green value is 118 (46.48% from 255 or 61.46% from 192); Blue value is 12 (5.08% from 255 or 6.25% from 192); Max value from RGB is 118 - color contains mainly: green. Hex color #3E760C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E760C is #C189F3. Grayscale: #595959. Windows color (decimal): -12683764 or 816702. OLE color: 816702.
HSL color Cylindrical-coordinate representation of color #3E760C: hue angle of 91.7º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3E760C is Cyan = 0.47, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 62 | 118 | 12 | - |
| CMYK | 0.47 | 0 | 0.90 | 0.54 |
| HSL | 91.7º | 0.82% | 0.25% | - |
| HSV(B) | 91.7º | 0.9% | 0.46% | - |
| XYZ | 8.53 | 14.01 | 2.6 | - |
| YUV | 89.17 | 84.45 | 108.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 118 | 12 | 0.47 | 0 | 0.90 | 0.54 | 91.7 | 0.82 | 0.25 |
| Hex | 3E | 76 | C | 2F | 0 | 5A | 36 | 5C | 52 | 19 |
| Octal | 76 | 166 | 14 | 57 | 0 | 132 | 66 | 134 | 122 | 31 |
| Binary | 111110 | 1110110 | 1100 | 101111 | 0 | 1011010 | 110110 | 1011100 | 1010010 | 11001 |
Color Harmonies of #3E760C
Complementary color
Monochromatic Colors of #3E760C
Black with #3E760C
Text Example
Text Example
White with #3E760C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E760C; }
p { color: rgb(62,118,12); }
H1.HeaderClassName
{
color: #3E760C;
}
.AnyTagClassName
{
color: #3E760C;
}
</style>
background-color css
<style>
a { background-color: #3E760C; }
a { background-color: rgb(62,118,12); }
div.DivClassName
{
background-color: #3E760C;
}
.BgClassName
{
background-color: #3E760C;
}
</style>
border-color css
<style>
span { border-color: #3E760C; }
span { border-color: rgb(62,118,12); }
td.TdClassName
{
border-color: #3E760C;
}
.TagClassName
{
border-color: #3E760C;
}
</style>