Shades of Bilbao #39772C
Tints of Bilbao #39772C
RGB
CMYK
RGB Variations
Color information
#39772C (or 0x39772C) is known color: Bilbao. HEX triplet: 39, 77 and 2C. RGB value is (57,119,44). Sum of RGB (Red+Green+Blue) = 57+119+44=220 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.91% from 220); Green value is 119 (46.88% from 255 or 54.09% from 220); Blue value is 44 (17.58% from 255 or 20% from 220); Max value from RGB is 119 - color contains mainly: green. Hex color #39772C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39772C is #C688D3. Grayscale: #5C5C5C. Windows color (decimal): -13011156 or 2914105. OLE color: 2914105.
HSL color Cylindrical-coordinate representation of color #39772C: hue angle of 109.6º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #39772C is Cyan = 0.52, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 57 | 119 | 44 | - |
| CMYK | 0.52 | 0 | 0.63 | 0.53 |
| HSL | 109.6º | 0.46% | 0.32% | - |
| HSV(B) | 109.6º | 0.63% | 0.47% | - |
| XYZ | 8.74 | 14.25 | 4.67 | - |
| YUV | 91.91 | 100.96 | 103.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 119 | 44 | 0.52 | 0 | 0.63 | 0.53 | 109.6 | 0.46 | 0.32 |
| Hex | 39 | 77 | 2C | 34 | 0 | 3F | 35 | 6E | 2E | 20 |
| Octal | 71 | 167 | 54 | 64 | 0 | 77 | 65 | 156 | 56 | 40 |
| Binary | 111001 | 1110111 | 101100 | 110100 | 0 | 111111 | 110101 | 1101110 | 101110 | 100000 |
Color Harmonies of #39772C
Complementary color
Monochromatic Colors of #39772C
Black with #39772C
Text Example
Text Example
White with #39772C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39772C; }
p { color: rgb(57,119,44); }
H1.HeaderClassName
{
color: #39772C;
}
.AnyTagClassName
{
color: #39772C;
}
</style>
background-color css
<style>
a { background-color: #39772C; }
a { background-color: rgb(57,119,44); }
div.DivClassName
{
background-color: #39772C;
}
.BgClassName
{
background-color: #39772C;
}
</style>
border-color css
<style>
span { border-color: #39772C; }
span { border-color: rgb(57,119,44); }
td.TdClassName
{
border-color: #39772C;
}
.TagClassName
{
border-color: #39772C;
}
</style>