Shades of Killarney #397C42
Tints of Killarney #397C42
RGB
CMYK
RGB Variations
Color information
#397C42 (or 0x397C42) is known color: Killarney. HEX triplet: 39, 7C and 42. RGB value is (57,124,66). Sum of RGB (Red+Green+Blue) = 57+124+66=247 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.08% from 247); Green value is 124 (48.83% from 255 or 50.20% from 247); Blue value is 66 (26.17% from 255 or 26.72% from 247); Max value from RGB is 124 - color contains mainly: green. Hex color #397C42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397C42 is #C683BD. Grayscale: #616161. Windows color (decimal): -13009854 or 4357177. OLE color: 4357177.
HSL color Cylindrical-coordinate representation of color #397C42: hue angle of 128.06º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #397C42 is Cyan = 0.54, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 57 | 124 | 66 | - |
| CMYK | 0.54 | 0 | 0.47 | 0.51 |
| HSL | 128.06º | 0.37% | 0.35% | - |
| HSV(B) | 128.06º | 0.54% | 0.49% | - |
| XYZ | 9.88 | 15.68 | 7.66 | - |
| YUV | 97.36 | 110.3 | 99.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 124 | 66 | 0.54 | 0 | 0.47 | 0.51 | 128.06 | 0.37 | 0.35 |
| Hex | 39 | 7C | 42 | 36 | 0 | 2F | 33 | 80 | 25 | 23 |
| Octal | 71 | 174 | 102 | 66 | 0 | 57 | 63 | 200 | 45 | 43 |
| Binary | 111001 | 1111100 | 1000010 | 110110 | 0 | 101111 | 110011 | 10000000 | 100101 | 100011 |
Color Harmonies of #397C42
Complementary color
Monochromatic Colors of #397C42
Black with #397C42
Text Example
Text Example
White with #397C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397C42; }
p { color: rgb(57,124,66); }
H1.HeaderClassName
{
color: #397C42;
}
.AnyTagClassName
{
color: #397C42;
}
</style>
background-color css
<style>
a { background-color: #397C42; }
a { background-color: rgb(57,124,66); }
div.DivClassName
{
background-color: #397C42;
}
.BgClassName
{
background-color: #397C42;
}
</style>
border-color css
<style>
span { border-color: #397C42; }
span { border-color: rgb(57,124,66); }
td.TdClassName
{
border-color: #397C42;
}
.TagClassName
{
border-color: #397C42;
}
</style>