Shades of Bilbao #397F25
Tints of Bilbao #397F25
RGB
CMYK
RGB Variations
Color information
#397F25 (or 0x397F25) is known color: Bilbao. HEX triplet: 39, 7F and 25. RGB value is (57,127,37). Sum of RGB (Red+Green+Blue) = 57+127+37=221 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.79% from 221); Green value is 127 (50% from 255 or 57.47% from 221); Blue value is 37 (14.84% from 255 or 16.74% from 221); Max value from RGB is 127 - color contains mainly: green. Hex color #397F25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397F25 is #C680DA. Grayscale: #606060. Windows color (decimal): -13009115 or 2457401. OLE color: 2457401.
HSL color Cylindrical-coordinate representation of color #397F25: hue angle of 106.67º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #397F25 is Cyan = 0.55, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 57 | 127 | 37 | - |
| CMYK | 0.55 | 0 | 0.71 | 0.50 |
| HSL | 106.67º | 0.55% | 0.32% | - |
| HSV(B) | 106.67º | 0.71% | 0.5% | - |
| XYZ | 9.61 | 16.18 | 4.37 | - |
| YUV | 95.81 | 94.81 | 100.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 127 | 37 | 0.55 | 0 | 0.71 | 0.50 | 106.67 | 0.55 | 0.32 |
| Hex | 39 | 7F | 25 | 37 | 0 | 47 | 32 | 6B | 37 | 20 |
| Octal | 71 | 177 | 45 | 67 | 0 | 107 | 62 | 153 | 67 | 40 |
| Binary | 111001 | 1111111 | 100101 | 110111 | 0 | 1000111 | 110010 | 1101011 | 110111 | 100000 |
Color Harmonies of #397F25
Complementary color
Monochromatic Colors of #397F25
Black with #397F25
Text Example
Text Example
White with #397F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397F25; }
p { color: rgb(57,127,37); }
H1.HeaderClassName
{
color: #397F25;
}
.AnyTagClassName
{
color: #397F25;
}
</style>
background-color css
<style>
a { background-color: #397F25; }
a { background-color: rgb(57,127,37); }
div.DivClassName
{
background-color: #397F25;
}
.BgClassName
{
background-color: #397F25;
}
</style>
border-color css
<style>
span { border-color: #397F25; }
span { border-color: rgb(57,127,37); }
td.TdClassName
{
border-color: #397F25;
}
.TagClassName
{
border-color: #397F25;
}
</style>