Shades of Killarney #377245
Tints of Killarney #377245
RGB
CMYK
RGB Variations
Color information
#377245 (or 0x377245) is known color: Killarney. HEX triplet: 37, 72 and 45. RGB value is (55,114,69). Sum of RGB (Red+Green+Blue) = 55+114+69=238 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.11% from 238); Green value is 114 (44.92% from 255 or 47.90% from 238); Blue value is 69 (27.34% from 255 or 28.99% from 238); Max value from RGB is 114 - color contains mainly: green. Hex color #377245 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377245 is #C88DBA. Grayscale: #5B5B5B. Windows color (decimal): -13143483 or 4551223. OLE color: 4551223.
HSL color Cylindrical-coordinate representation of color #377245: hue angle of 134.24º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #377245 is Cyan = 0.52, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 55 | 114 | 69 | - |
| CMYK | 0.52 | 0 | 0.39 | 0.55 |
| HSL | 134.24º | 0.35% | 0.33% | - |
| HSV(B) | 134.24º | 0.52% | 0.45% | - |
| XYZ | 8.67 | 13.28 | 7.74 | - |
| YUV | 91.23 | 115.45 | 102.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 114 | 69 | 0.52 | 0 | 0.39 | 0.55 | 134.24 | 0.35 | 0.33 |
| Hex | 37 | 72 | 45 | 34 | 0 | 27 | 37 | 86 | 23 | 21 |
| Octal | 67 | 162 | 105 | 64 | 0 | 47 | 67 | 206 | 43 | 41 |
| Binary | 110111 | 1110010 | 1000101 | 110100 | 0 | 100111 | 110111 | 10000110 | 100011 | 100001 |
Color Harmonies of #377245
Complementary color
Monochromatic Colors of #377245
Black with #377245
Text Example
Text Example
White with #377245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377245; }
p { color: rgb(55,114,69); }
H1.HeaderClassName
{
color: #377245;
}
.AnyTagClassName
{
color: #377245;
}
</style>
background-color css
<style>
a { background-color: #377245; }
a { background-color: rgb(55,114,69); }
div.DivClassName
{
background-color: #377245;
}
.BgClassName
{
background-color: #377245;
}
</style>
border-color css
<style>
span { border-color: #377245; }
span { border-color: rgb(55,114,69); }
td.TdClassName
{
border-color: #377245;
}
.TagClassName
{
border-color: #377245;
}
</style>