Shades of Bilbao #396F25
Tints of Bilbao #396F25
RGB
CMYK
RGB Variations
Color information
#396F25 (or 0x396F25) is known color: Bilbao. HEX triplet: 39, 6F and 25. RGB value is (57,111,37). Sum of RGB (Red+Green+Blue) = 57+111+37=205 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.80% from 205); Green value is 111 (43.75% from 255 or 54.15% from 205); Blue value is 37 (14.84% from 255 or 18.05% from 205); Max value from RGB is 111 - color contains mainly: green. Hex color #396F25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396F25 is #C690DA. Grayscale: #565656. Windows color (decimal): -13013211 or 2453305. OLE color: 2453305.
HSL color Cylindrical-coordinate representation of color #396F25: hue angle of 103.78º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #396F25 is Cyan = 0.49, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 57 | 111 | 37 | - |
| CMYK | 0.49 | 0 | 0.67 | 0.56 |
| HSL | 103.78º | 0.5% | 0.29% | - |
| HSV(B) | 103.78º | 0.67% | 0.44% | - |
| XYZ | 7.71 | 12.37 | 3.73 | - |
| YUV | 86.42 | 100.11 | 107.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 111 | 37 | 0.49 | 0 | 0.67 | 0.56 | 103.78 | 0.5 | 0.29 |
| Hex | 39 | 6F | 25 | 31 | 0 | 43 | 38 | 68 | 32 | 1D |
| Octal | 71 | 157 | 45 | 61 | 0 | 103 | 70 | 150 | 62 | 35 |
| Binary | 111001 | 1101111 | 100101 | 110001 | 0 | 1000011 | 111000 | 1101000 | 110010 | 11101 |
Color Harmonies of #396F25
Complementary color
Monochromatic Colors of #396F25
Black with #396F25
Text Example
Text Example
White with #396F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396F25; }
p { color: rgb(57,111,37); }
H1.HeaderClassName
{
color: #396F25;
}
.AnyTagClassName
{
color: #396F25;
}
</style>
background-color css
<style>
a { background-color: #396F25; }
a { background-color: rgb(57,111,37); }
div.DivClassName
{
background-color: #396F25;
}
.BgClassName
{
background-color: #396F25;
}
</style>
border-color css
<style>
span { border-color: #396F25; }
span { border-color: rgb(57,111,37); }
td.TdClassName
{
border-color: #396F25;
}
.TagClassName
{
border-color: #396F25;
}
</style>