Shades of Killarney #377445
Tints of Killarney #377445
RGB
CMYK
RGB Variations
Color information
#377445 (or 0x377445) is known color: Killarney. HEX triplet: 37, 74 and 45. RGB value is (55,116,69). Sum of RGB (Red+Green+Blue) = 55+116+69=240 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.92% from 240); Green value is 116 (45.70% from 255 or 48.33% from 240); Blue value is 69 (27.34% from 255 or 28.75% from 240); Max value from RGB is 116 - color contains mainly: green. Hex color #377445 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377445 is #C88BBA. Grayscale: #5C5C5C. Windows color (decimal): -13142971 or 4551735. OLE color: 4551735.
HSL color Cylindrical-coordinate representation of color #377445: hue angle of 133.77º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #377445 is Cyan = 0.53, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 55 | 116 | 69 | - |
| CMYK | 0.53 | 0 | 0.41 | 0.55 |
| HSL | 133.77º | 0.36% | 0.34% | - |
| HSV(B) | 133.77º | 0.53% | 0.45% | - |
| XYZ | 8.9 | 13.73 | 7.81 | - |
| YUV | 92.4 | 114.79 | 101.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 116 | 69 | 0.53 | 0 | 0.41 | 0.55 | 133.77 | 0.36 | 0.34 |
| Hex | 37 | 74 | 45 | 35 | 0 | 29 | 37 | 86 | 24 | 22 |
| Octal | 67 | 164 | 105 | 65 | 0 | 51 | 67 | 206 | 44 | 42 |
| Binary | 110111 | 1110100 | 1000101 | 110101 | 0 | 101001 | 110111 | 10000110 | 100100 | 100010 |
Color Harmonies of #377445
Complementary color
Monochromatic Colors of #377445
Black with #377445
Text Example
Text Example
White with #377445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377445; }
p { color: rgb(55,116,69); }
H1.HeaderClassName
{
color: #377445;
}
.AnyTagClassName
{
color: #377445;
}
</style>
background-color css
<style>
a { background-color: #377445; }
a { background-color: rgb(55,116,69); }
div.DivClassName
{
background-color: #377445;
}
.BgClassName
{
background-color: #377445;
}
</style>
border-color css
<style>
span { border-color: #377445; }
span { border-color: rgb(55,116,69); }
td.TdClassName
{
border-color: #377445;
}
.TagClassName
{
border-color: #377445;
}
</style>