Shades of Bilbao #3E772D
Tints of Bilbao #3E772D
RGB
CMYK
RGB Variations
Color information
#3E772D (or 0x3E772D) is known color: Bilbao. HEX triplet: 3E, 77 and 2D. RGB value is (62,119,45). Sum of RGB (Red+Green+Blue) = 62+119+45=226 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.43% from 226); Green value is 119 (46.88% from 255 or 52.65% from 226); Blue value is 45 (17.97% from 255 or 19.91% from 226); Max value from RGB is 119 - color contains mainly: green. Hex color #3E772D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E772D is #C188D2. Grayscale: #5D5D5D. Windows color (decimal): -12683475 or 2979646. OLE color: 2979646.
HSL color Cylindrical-coordinate representation of color #3E772D: hue angle of 106.22º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3E772D is Cyan = 0.48, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 62 | 119 | 45 | - |
| CMYK | 0.48 | 0 | 0.62 | 0.53 |
| HSL | 106.22º | 0.45% | 0.32% | - |
| HSV(B) | 106.22º | 0.62% | 0.47% | - |
| XYZ | 9.06 | 14.41 | 4.79 | - |
| YUV | 93.52 | 100.62 | 105.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 119 | 45 | 0.48 | 0 | 0.62 | 0.53 | 106.22 | 0.45 | 0.32 |
| Hex | 3E | 77 | 2D | 30 | 0 | 3E | 35 | 6A | 2D | 20 |
| Octal | 76 | 167 | 55 | 60 | 0 | 76 | 65 | 152 | 55 | 40 |
| Binary | 111110 | 1110111 | 101101 | 110000 | 0 | 111110 | 110101 | 1101010 | 101101 | 100000 |
Color Harmonies of #3E772D
Complementary color
Monochromatic Colors of #3E772D
Black with #3E772D
Text Example
Text Example
White with #3E772D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E772D; }
p { color: rgb(62,119,45); }
H1.HeaderClassName
{
color: #3E772D;
}
.AnyTagClassName
{
color: #3E772D;
}
</style>
background-color css
<style>
a { background-color: #3E772D; }
a { background-color: rgb(62,119,45); }
div.DivClassName
{
background-color: #3E772D;
}
.BgClassName
{
background-color: #3E772D;
}
</style>
border-color css
<style>
span { border-color: #3E772D; }
span { border-color: rgb(62,119,45); }
td.TdClassName
{
border-color: #3E772D;
}
.TagClassName
{
border-color: #3E772D;
}
</style>