Shades of Bilbao #3E850B
Tints of Bilbao #3E850B
RGB
CMYK
RGB Variations
Color information
#3E850B (or 0x3E850B) is known color: Bilbao. HEX triplet: 3E, 85 and 0B. RGB value is (62,133,11). Sum of RGB (Red+Green+Blue) = 62+133+11=206 (27% of max value = 765). Red value is 62 (24.61% from 255 or 30.10% from 206); Green value is 133 (52.34% from 255 or 64.56% from 206); Blue value is 11 (4.69% from 255 or 5.34% from 206); Max value from RGB is 133 - color contains mainly: green. Hex color #3E850B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3E850B is #C17AF4. Grayscale: #626262. Windows color (decimal): -12679925 or 755006. OLE color: 755006.
HSL color Cylindrical-coordinate representation of color #3E850B: hue angle of 94.92º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3E850B is Cyan = 0.53, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 62 | 133 | 11 | - |
| CMYK | 0.53 | 0 | 0.92 | 0.48 |
| HSL | 94.92º | 0.85% | 0.28% | - |
| HSV(B) | 94.92º | 0.92% | 0.52% | - |
| XYZ | 10.43 | 17.82 | 3.21 | - |
| YUV | 97.86 | 78.98 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 133 | 11 | 0.53 | 0 | 0.92 | 0.48 | 94.92 | 0.85 | 0.28 |
| Hex | 3E | 85 | B | 35 | 0 | 5C | 30 | 5F | 55 | 1C |
| Octal | 76 | 205 | 13 | 65 | 0 | 134 | 60 | 137 | 125 | 34 |
| Binary | 111110 | 10000101 | 1011 | 110101 | 0 | 1011100 | 110000 | 1011111 | 1010101 | 11100 |
Color Harmonies of #3E850B
Complementary color
Monochromatic Colors of #3E850B
Black with #3E850B
Text Example
Text Example
White with #3E850B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E850B; }
p { color: rgb(62,133,11); }
H1.HeaderClassName
{
color: #3E850B;
}
.AnyTagClassName
{
color: #3E850B;
}
</style>
background-color css
<style>
a { background-color: #3E850B; }
a { background-color: rgb(62,133,11); }
div.DivClassName
{
background-color: #3E850B;
}
.BgClassName
{
background-color: #3E850B;
}
</style>
border-color css
<style>
span { border-color: #3E850B; }
span { border-color: rgb(62,133,11); }
td.TdClassName
{
border-color: #3E850B;
}
.TagClassName
{
border-color: #3E850B;
}
</style>