Shades of Killarney #378B45
Tints of Killarney #378B45
RGB
CMYK
RGB Variations
Color information
#378B45 (or 0x378B45) is known color: Killarney. HEX triplet: 37, 8B and 45. RGB value is (55,139,69). Sum of RGB (Red+Green+Blue) = 55+139+69=263 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.91% from 263); Green value is 139 (54.69% from 255 or 52.85% from 263); Blue value is 69 (27.34% from 255 or 26.24% from 263); Max value from RGB is 139 - color contains mainly: green. Hex color #378B45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378B45 is #C874BA. Grayscale: #6A6A6A. Windows color (decimal): -13137083 or 4557623. OLE color: 4557623.
HSL color Cylindrical-coordinate representation of color #378B45: hue angle of 130º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #378B45 is Cyan = 0.60, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 55 | 139 | 69 | - |
| CMYK | 0.60 | 0 | 0.50 | 0.45 |
| HSL | 130º | 0.43% | 0.38% | - |
| HSV(B) | 130º | 0.6% | 0.55% | - |
| XYZ | 11.88 | 19.71 | 8.81 | - |
| YUV | 105.9 | 107.17 | 91.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 139 | 69 | 0.60 | 0 | 0.50 | 0.45 | 130 | 0.43 | 0.38 |
| Hex | 37 | 8B | 45 | 3C | 0 | 32 | 2D | 82 | 2B | 26 |
| Octal | 67 | 213 | 105 | 74 | 0 | 62 | 55 | 202 | 53 | 46 |
| Binary | 110111 | 10001011 | 1000101 | 111100 | 0 | 110010 | 101101 | 10000010 | 101011 | 100110 |
Color Harmonies of #378B45
Complementary color
Monochromatic Colors of #378B45
Black with #378B45
Text Example
Text Example
White with #378B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378B45; }
p { color: rgb(55,139,69); }
H1.HeaderClassName
{
color: #378B45;
}
.AnyTagClassName
{
color: #378B45;
}
</style>
background-color css
<style>
a { background-color: #378B45; }
a { background-color: rgb(55,139,69); }
div.DivClassName
{
background-color: #378B45;
}
.BgClassName
{
background-color: #378B45;
}
</style>
border-color css
<style>
span { border-color: #378B45; }
span { border-color: rgb(55,139,69); }
td.TdClassName
{
border-color: #378B45;
}
.TagClassName
{
border-color: #378B45;
}
</style>