Shades of Bilbao #397B30
Tints of Bilbao #397B30
RGB
CMYK
RGB Variations
Color information
#397B30 (or 0x397B30) is known color: Bilbao. HEX triplet: 39, 7B and 30. RGB value is (57,123,48). Sum of RGB (Red+Green+Blue) = 57+123+48=228 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25% from 228); Green value is 123 (48.44% from 255 or 53.95% from 228); Blue value is 48 (19.14% from 255 or 21.05% from 228); Max value from RGB is 123 - color contains mainly: green. Hex color #397B30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397B30 is #C684CF. Grayscale: #5E5E5E. Windows color (decimal): -13010128 or 3177273. OLE color: 3177273.
HSL color Cylindrical-coordinate representation of color #397B30: hue angle of 112.8º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #397B30 is Cyan = 0.54, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 57 | 123 | 48 | - |
| CMYK | 0.54 | 0 | 0.61 | 0.52 |
| HSL | 112.8º | 0.44% | 0.34% | - |
| HSV(B) | 112.8º | 0.61% | 0.48% | - |
| XYZ | 9.3 | 15.25 | 5.25 | - |
| YUV | 94.72 | 101.63 | 101.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 123 | 48 | 0.54 | 0 | 0.61 | 0.52 | 112.8 | 0.44 | 0.34 |
| Hex | 39 | 7B | 30 | 36 | 0 | 3D | 34 | 71 | 2C | 22 |
| Octal | 71 | 173 | 60 | 66 | 0 | 75 | 64 | 161 | 54 | 42 |
| Binary | 111001 | 1111011 | 110000 | 110110 | 0 | 111101 | 110100 | 1110001 | 101100 | 100010 |
Color Harmonies of #397B30
Complementary color
Monochromatic Colors of #397B30
Black with #397B30
Text Example
Text Example
White with #397B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397B30; }
p { color: rgb(57,123,48); }
H1.HeaderClassName
{
color: #397B30;
}
.AnyTagClassName
{
color: #397B30;
}
</style>
background-color css
<style>
a { background-color: #397B30; }
a { background-color: rgb(57,123,48); }
div.DivClassName
{
background-color: #397B30;
}
.BgClassName
{
background-color: #397B30;
}
</style>
border-color css
<style>
span { border-color: #397B30; }
span { border-color: rgb(57,123,48); }
td.TdClassName
{
border-color: #397B30;
}
.TagClassName
{
border-color: #397B30;
}
</style>