Shades of Bilbao #397A18
Tints of Bilbao #397A18
RGB
CMYK
RGB Variations
Color information
#397A18 (or 0x397A18) is known color: Bilbao. HEX triplet: 39, 7A and 18. RGB value is (57,122,24). Sum of RGB (Red+Green+Blue) = 57+122+24=203 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.08% from 203); Green value is 122 (48.05% from 255 or 60.10% from 203); Blue value is 24 (9.77% from 255 or 11.82% from 203); Max value from RGB is 122 - color contains mainly: green. Hex color #397A18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #397A18 is #C685E7. Grayscale: #5B5B5B. Windows color (decimal): -13010408 or 1604153. OLE color: 1604153.
HSL color Cylindrical-coordinate representation of color #397A18: hue angle of 99.8º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #397A18 is Cyan = 0.53, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 57 | 122 | 24 | - |
| CMYK | 0.53 | 0 | 0.80 | 0.52 |
| HSL | 99.8º | 0.67% | 0.29% | - |
| HSV(B) | 99.8º | 0.8% | 0.48% | - |
| XYZ | 8.81 | 14.85 | 3.27 | - |
| YUV | 91.39 | 89.97 | 103.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 122 | 24 | 0.53 | 0 | 0.80 | 0.52 | 99.8 | 0.67 | 0.29 |
| Hex | 39 | 7A | 18 | 35 | 0 | 50 | 34 | 64 | 43 | 1D |
| Octal | 71 | 172 | 30 | 65 | 0 | 120 | 64 | 144 | 103 | 35 |
| Binary | 111001 | 1111010 | 11000 | 110101 | 0 | 1010000 | 110100 | 1100100 | 1000011 | 11101 |
Color Harmonies of #397A18
Complementary color
Monochromatic Colors of #397A18
Black with #397A18
Text Example
Text Example
White with #397A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397A18; }
p { color: rgb(57,122,24); }
H1.HeaderClassName
{
color: #397A18;
}
.AnyTagClassName
{
color: #397A18;
}
</style>
background-color css
<style>
a { background-color: #397A18; }
a { background-color: rgb(57,122,24); }
div.DivClassName
{
background-color: #397A18;
}
.BgClassName
{
background-color: #397A18;
}
</style>
border-color css
<style>
span { border-color: #397A18; }
span { border-color: rgb(57,122,24); }
td.TdClassName
{
border-color: #397A18;
}
.TagClassName
{
border-color: #397A18;
}
</style>