Shades of Killarney #397A46
Tints of Killarney #397A46
RGB
CMYK
RGB Variations
Color information
#397A46 (or 0x397A46) is known color: Killarney. HEX triplet: 39, 7A and 46. RGB value is (57,122,70). Sum of RGB (Red+Green+Blue) = 57+122+70=249 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.89% from 249); Green value is 122 (48.05% from 255 or 49.00% from 249); Blue value is 70 (27.73% from 255 or 28.11% from 249); Max value from RGB is 122 - color contains mainly: green. Hex color #397A46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397A46 is #C685B9. Grayscale: #606060. Windows color (decimal): -13010362 or 4618809. OLE color: 4618809.
HSL color Cylindrical-coordinate representation of color #397A46: hue angle of 132º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #397A46 is Cyan = 0.53, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 57 | 122 | 70 | - |
| CMYK | 0.53 | 0 | 0.43 | 0.52 |
| HSL | 132º | 0.36% | 0.35% | - |
| HSV(B) | 132º | 0.53% | 0.48% | - |
| XYZ | 9.75 | 15.23 | 8.22 | - |
| YUV | 96.64 | 112.97 | 99.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 122 | 70 | 0.53 | 0 | 0.43 | 0.52 | 132 | 0.36 | 0.35 |
| Hex | 39 | 7A | 46 | 35 | 0 | 2B | 34 | 84 | 24 | 23 |
| Octal | 71 | 172 | 106 | 65 | 0 | 53 | 64 | 204 | 44 | 43 |
| Binary | 111001 | 1111010 | 1000110 | 110101 | 0 | 101011 | 110100 | 10000100 | 100100 | 100011 |
Color Harmonies of #397A46
Complementary color
Monochromatic Colors of #397A46
Black with #397A46
Text Example
Text Example
White with #397A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397A46; }
p { color: rgb(57,122,70); }
H1.HeaderClassName
{
color: #397A46;
}
.AnyTagClassName
{
color: #397A46;
}
</style>
background-color css
<style>
a { background-color: #397A46; }
a { background-color: rgb(57,122,70); }
div.DivClassName
{
background-color: #397A46;
}
.BgClassName
{
background-color: #397A46;
}
</style>
border-color css
<style>
span { border-color: #397A46; }
span { border-color: rgb(57,122,70); }
td.TdClassName
{
border-color: #397A46;
}
.TagClassName
{
border-color: #397A46;
}
</style>