Shades of Bilbao #397F17
Tints of Bilbao #397F17
RGB
CMYK
RGB Variations
Color information
#397F17 (or 0x397F17) is known color: Bilbao. HEX triplet: 39, 7F and 17. RGB value is (57,127,23). Sum of RGB (Red+Green+Blue) = 57+127+23=207 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.54% from 207); Green value is 127 (50% from 255 or 61.35% from 207); Blue value is 23 (9.38% from 255 or 11.11% from 207); Max value from RGB is 127 - color contains mainly: green. Hex color #397F17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #397F17 is #C680E8. Grayscale: #5E5E5E. Windows color (decimal): -13009129 or 1539897. OLE color: 1539897.
HSL color Cylindrical-coordinate representation of color #397F17: hue angle of 100.38º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #397F17 is Cyan = 0.55, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 57 | 127 | 23 | - |
| CMYK | 0.55 | 0 | 0.82 | 0.50 |
| HSL | 100.38º | 0.69% | 0.29% | - |
| HSV(B) | 100.38º | 0.82% | 0.5% | - |
| XYZ | 9.43 | 16.11 | 3.42 | - |
| YUV | 94.21 | 87.81 | 101.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 127 | 23 | 0.55 | 0 | 0.82 | 0.50 | 100.38 | 0.69 | 0.29 |
| Hex | 39 | 7F | 17 | 37 | 0 | 52 | 32 | 64 | 45 | 1D |
| Octal | 71 | 177 | 27 | 67 | 0 | 122 | 62 | 144 | 105 | 35 |
| Binary | 111001 | 1111111 | 10111 | 110111 | 0 | 1010010 | 110010 | 1100100 | 1000101 | 11101 |
Color Harmonies of #397F17
Complementary color
Monochromatic Colors of #397F17
Black with #397F17
Text Example
Text Example
White with #397F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397F17; }
p { color: rgb(57,127,23); }
H1.HeaderClassName
{
color: #397F17;
}
.AnyTagClassName
{
color: #397F17;
}
</style>
background-color css
<style>
a { background-color: #397F17; }
a { background-color: rgb(57,127,23); }
div.DivClassName
{
background-color: #397F17;
}
.BgClassName
{
background-color: #397F17;
}
</style>
border-color css
<style>
span { border-color: #397F17; }
span { border-color: rgb(57,127,23); }
td.TdClassName
{
border-color: #397F17;
}
.TagClassName
{
border-color: #397F17;
}
</style>