Shades of Bilbao #3E721B
Tints of Bilbao #3E721B
RGB
CMYK
RGB Variations
Color information
#3E721B (or 0x3E721B) is known color: Bilbao. HEX triplet: 3E, 72 and 1B. RGB value is (62,114,27). Sum of RGB (Red+Green+Blue) = 62+114+27=203 (26% of max value = 765). Red value is 62 (24.61% from 255 or 30.54% from 203); Green value is 114 (44.92% from 255 or 56.16% from 203); Blue value is 27 (10.94% from 255 or 13.30% from 203); Max value from RGB is 114 - color contains mainly: green. Hex color #3E721B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E721B is #C18DE4. Grayscale: #585858. Windows color (decimal): -12684773 or 1798718. OLE color: 1798718.
HSL color Cylindrical-coordinate representation of color #3E721B: hue angle of 95.86º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3E721B is Cyan = 0.46, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 62 | 114 | 27 | - |
| CMYK | 0.46 | 0 | 0.76 | 0.55 |
| HSL | 95.86º | 0.62% | 0.28% | - |
| HSV(B) | 95.86º | 0.76% | 0.45% | - |
| XYZ | 8.2 | 13.14 | 3.14 | - |
| YUV | 88.53 | 93.27 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 114 | 27 | 0.46 | 0 | 0.76 | 0.55 | 95.86 | 0.62 | 0.28 |
| Hex | 3E | 72 | 1B | 2E | 0 | 4C | 37 | 60 | 3E | 1C |
| Octal | 76 | 162 | 33 | 56 | 0 | 114 | 67 | 140 | 76 | 34 |
| Binary | 111110 | 1110010 | 11011 | 101110 | 0 | 1001100 | 110111 | 1100000 | 111110 | 11100 |
Color Harmonies of #3E721B
Complementary color
Monochromatic Colors of #3E721B
Black with #3E721B
Text Example
Text Example
White with #3E721B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E721B; }
p { color: rgb(62,114,27); }
H1.HeaderClassName
{
color: #3E721B;
}
.AnyTagClassName
{
color: #3E721B;
}
</style>
background-color css
<style>
a { background-color: #3E721B; }
a { background-color: rgb(62,114,27); }
div.DivClassName
{
background-color: #3E721B;
}
.BgClassName
{
background-color: #3E721B;
}
</style>
border-color css
<style>
span { border-color: #3E721B; }
span { border-color: rgb(62,114,27); }
td.TdClassName
{
border-color: #3E721B;
}
.TagClassName
{
border-color: #3E721B;
}
</style>