Shades of Bilbao #397E16
Tints of Bilbao #397E16
RGB
CMYK
RGB Variations
Color information
#397E16 (or 0x397E16) is known color: Bilbao. HEX triplet: 39, 7E and 16. RGB value is (57,126,22). Sum of RGB (Red+Green+Blue) = 57+126+22=205 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.80% from 205); Green value is 126 (49.61% from 255 or 61.46% from 205); Blue value is 22 (8.98% from 255 or 10.73% from 205); Max value from RGB is 126 - color contains mainly: green. Hex color #397E16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #397E16 is #C681E9. Grayscale: #5D5D5D. Windows color (decimal): -13009386 or 1474105. OLE color: 1474105.
HSL color Cylindrical-coordinate representation of color #397E16: hue angle of 99.81º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #397E16 is Cyan = 0.55, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 57 | 126 | 22 | - |
| CMYK | 0.55 | 0 | 0.83 | 0.51 |
| HSL | 99.81º | 0.7% | 0.29% | - |
| HSV(B) | 99.81º | 0.83% | 0.49% | - |
| XYZ | 9.29 | 15.85 | 3.33 | - |
| YUV | 93.51 | 87.64 | 101.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 126 | 22 | 0.55 | 0 | 0.83 | 0.51 | 99.81 | 0.7 | 0.29 |
| Hex | 39 | 7E | 16 | 37 | 0 | 53 | 33 | 64 | 46 | 1D |
| Octal | 71 | 176 | 26 | 67 | 0 | 123 | 63 | 144 | 106 | 35 |
| Binary | 111001 | 1111110 | 10110 | 110111 | 0 | 1010011 | 110011 | 1100100 | 1000110 | 11101 |
Color Harmonies of #397E16
Complementary color
Monochromatic Colors of #397E16
Black with #397E16
Text Example
Text Example
White with #397E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397E16; }
p { color: rgb(57,126,22); }
H1.HeaderClassName
{
color: #397E16;
}
.AnyTagClassName
{
color: #397E16;
}
</style>
background-color css
<style>
a { background-color: #397E16; }
a { background-color: rgb(57,126,22); }
div.DivClassName
{
background-color: #397E16;
}
.BgClassName
{
background-color: #397E16;
}
</style>
border-color css
<style>
span { border-color: #397E16; }
span { border-color: rgb(57,126,22); }
td.TdClassName
{
border-color: #397E16;
}
.TagClassName
{
border-color: #397E16;
}
</style>