Shades of Bilbao #39772F
Tints of Bilbao #39772F
RGB
CMYK
RGB Variations
Color information
#39772F (or 0x39772F) is known color: Bilbao. HEX triplet: 39, 77 and 2F. RGB value is (57,119,47). Sum of RGB (Red+Green+Blue) = 57+119+47=223 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.56% from 223); Green value is 119 (46.88% from 255 or 53.36% from 223); Blue value is 47 (18.75% from 255 or 21.08% from 223); Max value from RGB is 119 - color contains mainly: green. Hex color #39772F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39772F is #C688D0. Grayscale: #5C5C5C. Windows color (decimal): -13011153 or 3110713. OLE color: 3110713.
HSL color Cylindrical-coordinate representation of color #39772F: hue angle of 111.67º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #39772F is Cyan = 0.52, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 57 | 119 | 47 | - |
| CMYK | 0.52 | 0 | 0.61 | 0.53 |
| HSL | 111.67º | 0.43% | 0.33% | - |
| HSV(B) | 111.67º | 0.61% | 0.47% | - |
| XYZ | 8.8 | 14.27 | 4.98 | - |
| YUV | 92.25 | 102.46 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 119 | 47 | 0.52 | 0 | 0.61 | 0.53 | 111.67 | 0.43 | 0.33 |
| Hex | 39 | 77 | 2F | 34 | 0 | 3D | 35 | 70 | 2B | 21 |
| Octal | 71 | 167 | 57 | 64 | 0 | 75 | 65 | 160 | 53 | 41 |
| Binary | 111001 | 1110111 | 101111 | 110100 | 0 | 111101 | 110101 | 1110000 | 101011 | 100001 |
Color Harmonies of #39772F
Complementary color
Monochromatic Colors of #39772F
Black with #39772F
Text Example
Text Example
White with #39772F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39772F; }
p { color: rgb(57,119,47); }
H1.HeaderClassName
{
color: #39772F;
}
.AnyTagClassName
{
color: #39772F;
}
</style>
background-color css
<style>
a { background-color: #39772F; }
a { background-color: rgb(57,119,47); }
div.DivClassName
{
background-color: #39772F;
}
.BgClassName
{
background-color: #39772F;
}
</style>
border-color css
<style>
span { border-color: #39772F; }
span { border-color: rgb(57,119,47); }
td.TdClassName
{
border-color: #39772F;
}
.TagClassName
{
border-color: #39772F;
}
</style>