Shades of Bilbao #3E721C
Tints of Bilbao #3E721C
RGB
CMYK
RGB Variations
Color information
#3E721C (or 0x3E721C) is known color: Bilbao. HEX triplet: 3E, 72 and 1C. RGB value is (62,114,28). Sum of RGB (Red+Green+Blue) = 62+114+28=204 (27% of max value = 765). Red value is 62 (24.61% from 255 or 30.39% from 204); Green value is 114 (44.92% from 255 or 55.88% from 204); Blue value is 28 (11.33% from 255 or 13.73% from 204); Max value from RGB is 114 - color contains mainly: green. Hex color #3E721C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E721C is #C18DE3. Grayscale: #585858. Windows color (decimal): -12684772 or 1864254. OLE color: 1864254.
HSL color Cylindrical-coordinate representation of color #3E721C: hue angle of 96.28º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3E721C is Cyan = 0.46, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 62 | 114 | 28 | - |
| CMYK | 0.46 | 0 | 0.75 | 0.55 |
| HSL | 96.28º | 0.61% | 0.28% | - |
| HSV(B) | 96.28º | 0.75% | 0.45% | - |
| XYZ | 8.21 | 13.14 | 3.2 | - |
| YUV | 88.65 | 93.77 | 108.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 114 | 28 | 0.46 | 0 | 0.75 | 0.55 | 96.28 | 0.61 | 0.28 |
| Hex | 3E | 72 | 1C | 2E | 0 | 4B | 37 | 60 | 3D | 1C |
| Octal | 76 | 162 | 34 | 56 | 0 | 113 | 67 | 140 | 75 | 34 |
| Binary | 111110 | 1110010 | 11100 | 101110 | 0 | 1001011 | 110111 | 1100000 | 111101 | 11100 |
Color Harmonies of #3E721C
Complementary color
Monochromatic Colors of #3E721C
Black with #3E721C
Text Example
Text Example
White with #3E721C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E721C; }
p { color: rgb(62,114,28); }
H1.HeaderClassName
{
color: #3E721C;
}
.AnyTagClassName
{
color: #3E721C;
}
</style>
background-color css
<style>
a { background-color: #3E721C; }
a { background-color: rgb(62,114,28); }
div.DivClassName
{
background-color: #3E721C;
}
.BgClassName
{
background-color: #3E721C;
}
</style>
border-color css
<style>
span { border-color: #3E721C; }
span { border-color: rgb(62,114,28); }
td.TdClassName
{
border-color: #3E721C;
}
.TagClassName
{
border-color: #3E721C;
}
</style>