Shades of Killarney #378845
Tints of Killarney #378845
RGB
CMYK
RGB Variations
Color information
#378845 (or 0x378845) is known color: Killarney. HEX triplet: 37, 88 and 45. RGB value is (55,136,69). Sum of RGB (Red+Green+Blue) = 55+136+69=260 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.15% from 260); Green value is 136 (53.52% from 255 or 52.31% from 260); Blue value is 69 (27.34% from 255 or 26.54% from 260); Max value from RGB is 136 - color contains mainly: green. Hex color #378845 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378845 is #C877BA. Grayscale: #686868. Windows color (decimal): -13137851 or 4556855. OLE color: 4556855.
HSL color Cylindrical-coordinate representation of color #378845: hue angle of 130.37º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #378845 is Cyan = 0.60, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 55 | 136 | 69 | - |
| CMYK | 0.60 | 0 | 0.49 | 0.47 |
| HSL | 130.37º | 0.42% | 0.37% | - |
| HSV(B) | 130.37º | 0.6% | 0.53% | - |
| XYZ | 11.45 | 18.85 | 8.66 | - |
| YUV | 104.14 | 108.16 | 92.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 136 | 69 | 0.60 | 0 | 0.49 | 0.47 | 130.37 | 0.42 | 0.37 |
| Hex | 37 | 88 | 45 | 3C | 0 | 31 | 2F | 82 | 2A | 25 |
| Octal | 67 | 210 | 105 | 74 | 0 | 61 | 57 | 202 | 52 | 45 |
| Binary | 110111 | 10001000 | 1000101 | 111100 | 0 | 110001 | 101111 | 10000010 | 101010 | 100101 |
Color Harmonies of #378845
Complementary color
Monochromatic Colors of #378845
Black with #378845
Text Example
Text Example
White with #378845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378845; }
p { color: rgb(55,136,69); }
H1.HeaderClassName
{
color: #378845;
}
.AnyTagClassName
{
color: #378845;
}
</style>
background-color css
<style>
a { background-color: #378845; }
a { background-color: rgb(55,136,69); }
div.DivClassName
{
background-color: #378845;
}
.BgClassName
{
background-color: #378845;
}
</style>
border-color css
<style>
span { border-color: #378845; }
span { border-color: rgb(55,136,69); }
td.TdClassName
{
border-color: #378845;
}
.TagClassName
{
border-color: #378845;
}
</style>