Shades of Bilbao #397F16
Tints of Bilbao #397F16
RGB
CMYK
RGB Variations
Color information
#397F16 (or 0x397F16) is known color: Bilbao. HEX triplet: 39, 7F and 16. RGB value is (57,127,22). Sum of RGB (Red+Green+Blue) = 57+127+22=206 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.67% from 206); Green value is 127 (50% from 255 or 61.65% from 206); Blue value is 22 (8.98% from 255 or 10.68% from 206); Max value from RGB is 127 - color contains mainly: green. Hex color #397F16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #397F16 is #C680E9. Grayscale: #5E5E5E. Windows color (decimal): -13009130 or 1474361. OLE color: 1474361.
HSL color Cylindrical-coordinate representation of color #397F16: hue angle of 100º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #397F16 is Cyan = 0.55, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 57 | 127 | 22 | - |
| CMYK | 0.55 | 0 | 0.83 | 0.50 |
| HSL | 100º | 0.7% | 0.29% | - |
| HSV(B) | 100º | 0.83% | 0.5% | - |
| XYZ | 9.42 | 16.11 | 3.37 | - |
| YUV | 94.1 | 87.31 | 101.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 127 | 22 | 0.55 | 0 | 0.83 | 0.50 | 100 | 0.7 | 0.29 |
| Hex | 39 | 7F | 16 | 37 | 0 | 53 | 32 | 64 | 46 | 1D |
| Octal | 71 | 177 | 26 | 67 | 0 | 123 | 62 | 144 | 106 | 35 |
| Binary | 111001 | 1111111 | 10110 | 110111 | 0 | 1010011 | 110010 | 1100100 | 1000110 | 11101 |
Color Harmonies of #397F16
Complementary color
Monochromatic Colors of #397F16
Black with #397F16
Text Example
Text Example
White with #397F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397F16; }
p { color: rgb(57,127,22); }
H1.HeaderClassName
{
color: #397F16;
}
.AnyTagClassName
{
color: #397F16;
}
</style>
background-color css
<style>
a { background-color: #397F16; }
a { background-color: rgb(57,127,22); }
div.DivClassName
{
background-color: #397F16;
}
.BgClassName
{
background-color: #397F16;
}
</style>
border-color css
<style>
span { border-color: #397F16; }
span { border-color: rgb(57,127,22); }
td.TdClassName
{
border-color: #397F16;
}
.TagClassName
{
border-color: #397F16;
}
</style>