Shades of Killarney #396F47
Tints of Killarney #396F47
RGB
CMYK
RGB Variations
Color information
#396F47 (or 0x396F47) is known color: Killarney. HEX triplet: 39, 6F and 47. RGB value is (57,111,71). Sum of RGB (Red+Green+Blue) = 57+111+71=239 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.85% from 239); Green value is 111 (43.75% from 255 or 46.44% from 239); Blue value is 71 (28.12% from 255 or 29.71% from 239); Max value from RGB is 111 - color contains mainly: green. Hex color #396F47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396F47 is #C690B8. Grayscale: #5A5A5A. Windows color (decimal): -13013177 or 4681529. OLE color: 4681529.
HSL color Cylindrical-coordinate representation of color #396F47: hue angle of 135.56º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #396F47 is Cyan = 0.49, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 57 | 111 | 71 | - |
| CMYK | 0.49 | 0 | 0.36 | 0.56 |
| HSL | 135.56º | 0.32% | 0.33% | - |
| HSV(B) | 135.56º | 0.49% | 0.44% | - |
| XYZ | 8.51 | 12.69 | 7.96 | - |
| YUV | 90.29 | 117.11 | 104.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 111 | 71 | 0.49 | 0 | 0.36 | 0.56 | 135.56 | 0.32 | 0.33 |
| Hex | 39 | 6F | 47 | 31 | 0 | 24 | 38 | 88 | 20 | 21 |
| Octal | 71 | 157 | 107 | 61 | 0 | 44 | 70 | 210 | 40 | 41 |
| Binary | 111001 | 1101111 | 1000111 | 110001 | 0 | 100100 | 111000 | 10001000 | 100000 | 100001 |
Color Harmonies of #396F47
Complementary color
Monochromatic Colors of #396F47
Black with #396F47
Text Example
Text Example
White with #396F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396F47; }
p { color: rgb(57,111,71); }
H1.HeaderClassName
{
color: #396F47;
}
.AnyTagClassName
{
color: #396F47;
}
</style>
background-color css
<style>
a { background-color: #396F47; }
a { background-color: rgb(57,111,71); }
div.DivClassName
{
background-color: #396F47;
}
.BgClassName
{
background-color: #396F47;
}
</style>
border-color css
<style>
span { border-color: #396F47; }
span { border-color: rgb(57,111,71); }
td.TdClassName
{
border-color: #396F47;
}
.TagClassName
{
border-color: #396F47;
}
</style>