Shades of Bilbao #397A29
Tints of Bilbao #397A29
RGB
CMYK
RGB Variations
Color information
#397A29 (or 0x397A29) is known color: Bilbao. HEX triplet: 39, 7A and 29. RGB value is (57,122,41). Sum of RGB (Red+Green+Blue) = 57+122+41=220 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.91% from 220); Green value is 122 (48.05% from 255 or 55.45% from 220); Blue value is 41 (16.41% from 255 or 18.64% from 220); Max value from RGB is 122 - color contains mainly: green. Hex color #397A29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397A29 is #C685D6. Grayscale: #5D5D5D. Windows color (decimal): -13010391 or 2718265. OLE color: 2718265.
HSL color Cylindrical-coordinate representation of color #397A29: hue angle of 108.15º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #397A29 is Cyan = 0.53, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 57 | 122 | 41 | - |
| CMYK | 0.53 | 0 | 0.66 | 0.52 |
| HSL | 108.15º | 0.5% | 0.32% | - |
| HSV(B) | 108.15º | 0.66% | 0.48% | - |
| XYZ | 9.05 | 14.95 | 4.51 | - |
| YUV | 93.33 | 98.47 | 102.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 122 | 41 | 0.53 | 0 | 0.66 | 0.52 | 108.15 | 0.5 | 0.32 |
| Hex | 39 | 7A | 29 | 35 | 0 | 42 | 34 | 6C | 32 | 20 |
| Octal | 71 | 172 | 51 | 65 | 0 | 102 | 64 | 154 | 62 | 40 |
| Binary | 111001 | 1111010 | 101001 | 110101 | 0 | 1000010 | 110100 | 1101100 | 110010 | 100000 |
Color Harmonies of #397A29
Complementary color
Monochromatic Colors of #397A29
Black with #397A29
Text Example
Text Example
White with #397A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397A29; }
p { color: rgb(57,122,41); }
H1.HeaderClassName
{
color: #397A29;
}
.AnyTagClassName
{
color: #397A29;
}
</style>
background-color css
<style>
a { background-color: #397A29; }
a { background-color: rgb(57,122,41); }
div.DivClassName
{
background-color: #397A29;
}
.BgClassName
{
background-color: #397A29;
}
</style>
border-color css
<style>
span { border-color: #397A29; }
span { border-color: rgb(57,122,41); }
td.TdClassName
{
border-color: #397A29;
}
.TagClassName
{
border-color: #397A29;
}
</style>