Shades of Bilbao #397F28
Tints of Bilbao #397F28
RGB
CMYK
RGB Variations
Color information
#397F28 (or 0x397F28) is known color: Bilbao. HEX triplet: 39, 7F and 28. RGB value is (57,127,40). Sum of RGB (Red+Green+Blue) = 57+127+40=224 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.45% from 224); Green value is 127 (50% from 255 or 56.70% from 224); Blue value is 40 (16.02% from 255 or 17.86% from 224); Max value from RGB is 127 - color contains mainly: green. Hex color #397F28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397F28 is #C680D7. Grayscale: #606060. Windows color (decimal): -13009112 or 2654009. OLE color: 2654009.
HSL color Cylindrical-coordinate representation of color #397F28: hue angle of 108.28º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #397F28 is Cyan = 0.55, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 57 | 127 | 40 | - |
| CMYK | 0.55 | 0 | 0.69 | 0.50 |
| HSL | 108.28º | 0.52% | 0.33% | - |
| HSV(B) | 108.28º | 0.69% | 0.5% | - |
| XYZ | 9.66 | 16.2 | 4.63 | - |
| YUV | 96.15 | 96.31 | 100.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 127 | 40 | 0.55 | 0 | 0.69 | 0.50 | 108.28 | 0.52 | 0.33 |
| Hex | 39 | 7F | 28 | 37 | 0 | 45 | 32 | 6C | 34 | 21 |
| Octal | 71 | 177 | 50 | 67 | 0 | 105 | 62 | 154 | 64 | 41 |
| Binary | 111001 | 1111111 | 101000 | 110111 | 0 | 1000101 | 110010 | 1101100 | 110100 | 100001 |
Color Harmonies of #397F28
Complementary color
Monochromatic Colors of #397F28
Black with #397F28
Text Example
Text Example
White with #397F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397F28; }
p { color: rgb(57,127,40); }
H1.HeaderClassName
{
color: #397F28;
}
.AnyTagClassName
{
color: #397F28;
}
</style>
background-color css
<style>
a { background-color: #397F28; }
a { background-color: rgb(57,127,40); }
div.DivClassName
{
background-color: #397F28;
}
.BgClassName
{
background-color: #397F28;
}
</style>
border-color css
<style>
span { border-color: #397F28; }
span { border-color: rgb(57,127,40); }
td.TdClassName
{
border-color: #397F28;
}
.TagClassName
{
border-color: #397F28;
}
</style>