Shades of Bilbao #3E860C
Tints of Bilbao #3E860C
RGB
CMYK
RGB Variations
Color information
#3E860C (or 0x3E860C) is known color: Bilbao. HEX triplet: 3E, 86 and 0C. RGB value is (62,134,12). Sum of RGB (Red+Green+Blue) = 62+134+12=208 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.81% from 208); Green value is 134 (52.73% from 255 or 64.42% from 208); Blue value is 12 (5.08% from 255 or 5.77% from 208); Max value from RGB is 134 - color contains mainly: green. Hex color #3E860C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3E860C is #C179F3. Grayscale: #626262. Windows color (decimal): -12679668 or 820798. OLE color: 820798.
HSL color Cylindrical-coordinate representation of color #3E860C: hue angle of 95.41º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3E860C is Cyan = 0.54, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 62 | 134 | 12 | - |
| CMYK | 0.54 | 0 | 0.91 | 0.47 |
| HSL | 95.41º | 0.84% | 0.29% | - |
| HSV(B) | 95.41º | 0.91% | 0.53% | - |
| XYZ | 10.58 | 18.1 | 3.28 | - |
| YUV | 98.56 | 79.15 | 101.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 134 | 12 | 0.54 | 0 | 0.91 | 0.47 | 95.41 | 0.84 | 0.29 |
| Hex | 3E | 86 | C | 36 | 0 | 5B | 2F | 5F | 54 | 1D |
| Octal | 76 | 206 | 14 | 66 | 0 | 133 | 57 | 137 | 124 | 35 |
| Binary | 111110 | 10000110 | 1100 | 110110 | 0 | 1011011 | 101111 | 1011111 | 1010100 | 11101 |
Color Harmonies of #3E860C
Complementary color
Monochromatic Colors of #3E860C
Black with #3E860C
Text Example
Text Example
White with #3E860C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E860C; }
p { color: rgb(62,134,12); }
H1.HeaderClassName
{
color: #3E860C;
}
.AnyTagClassName
{
color: #3E860C;
}
</style>
background-color css
<style>
a { background-color: #3E860C; }
a { background-color: rgb(62,134,12); }
div.DivClassName
{
background-color: #3E860C;
}
.BgClassName
{
background-color: #3E860C;
}
</style>
border-color css
<style>
span { border-color: #3E860C; }
span { border-color: rgb(62,134,12); }
td.TdClassName
{
border-color: #3E860C;
}
.TagClassName
{
border-color: #3E860C;
}
</style>