Shades of Bilbao #397700
Tints of Bilbao #397700
RGB
CMYK
RGB Variations
Color information
#397700 (or 0x397700) is known color: Bilbao. HEX triplet: 39, 77 and 00. RGB value is (57,119,0). Sum of RGB (Red+Green+Blue) = 57+119+0=176 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.39% from 176); Green value is 119 (46.88% from 255 or 67.61% from 176); Blue value is 0 (0.39% from 255 or 0% from 176); Max value from RGB is 119 - color contains mainly: green. Hex color #397700 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #397700 is #C688FF. Grayscale: #575757. Windows color (decimal): -13011200 or 30521. OLE color: 30521.
HSL color Cylindrical-coordinate representation of color #397700: hue angle of 91.26º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #397700 is Cyan = 0.52, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 57 | 119 | 0 | - |
| CMYK | 0.52 | 0 | 1 | 0.53 |
| HSL | 91.26º | 1% | 0.23% | - |
| HSV(B) | 91.26º | 1% | 0.47% | - |
| XYZ | 8.28 | 14.06 | 2.28 | - |
| YUV | 86.9 | 78.96 | 106.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 119 | 0 | 0.52 | 0 | 1 | 0.53 | 91.26 | 1 | 0.23 |
| Hex | 39 | 77 | 0 | 34 | 0 | 64 | 35 | 5B | 64 | 17 |
| Octal | 71 | 167 | 0 | 64 | 0 | 144 | 65 | 133 | 144 | 27 |
| Binary | 111001 | 1110111 | 0 | 110100 | 0 | 1100100 | 110101 | 1011011 | 1100100 | 10111 |
Color Harmonies of #397700
Complementary color
Monochromatic Colors of #397700
Black with #397700
Text Example
Text Example
White with #397700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397700; }
p { color: rgb(57,119,0); }
H1.HeaderClassName
{
color: #397700;
}
.AnyTagClassName
{
color: #397700;
}
</style>
background-color css
<style>
a { background-color: #397700; }
a { background-color: rgb(57,119,0); }
div.DivClassName
{
background-color: #397700;
}
.BgClassName
{
background-color: #397700;
}
</style>
border-color css
<style>
span { border-color: #397700; }
span { border-color: rgb(57,119,0); }
td.TdClassName
{
border-color: #397700;
}
.TagClassName
{
border-color: #397700;
}
</style>