Shades of Killarney #387D45
Tints of Killarney #387D45
RGB
CMYK
RGB Variations
Color information
#387D45 (or 0x387D45) is known color: Killarney. HEX triplet: 38, 7D and 45. RGB value is (56,125,69). Sum of RGB (Red+Green+Blue) = 56+125+69=250 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.4% from 250); Green value is 125 (49.22% from 255 or 50% from 250); Blue value is 69 (27.34% from 255 or 27.6% from 250); Max value from RGB is 125 - color contains mainly: green. Hex color #387D45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387D45 is #C782BA. Grayscale: #626262. Windows color (decimal): -13075131 or 4554040. OLE color: 4554040.
HSL color Cylindrical-coordinate representation of color #387D45: hue angle of 131.3º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #387D45 is Cyan = 0.55, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 56 | 125 | 69 | - |
| CMYK | 0.55 | 0 | 0.45 | 0.51 |
| HSL | 131.3º | 0.38% | 0.35% | - |
| HSV(B) | 131.3º | 0.55% | 0.49% | - |
| XYZ | 10.04 | 15.94 | 8.18 | - |
| YUV | 97.99 | 111.64 | 98.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 125 | 69 | 0.55 | 0 | 0.45 | 0.51 | 131.3 | 0.38 | 0.35 |
| Hex | 38 | 7D | 45 | 37 | 0 | 2D | 33 | 83 | 26 | 23 |
| Octal | 70 | 175 | 105 | 67 | 0 | 55 | 63 | 203 | 46 | 43 |
| Binary | 111000 | 1111101 | 1000101 | 110111 | 0 | 101101 | 110011 | 10000011 | 100110 | 100011 |
Color Harmonies of #387D45
Complementary color
Monochromatic Colors of #387D45
Black with #387D45
Text Example
Text Example
White with #387D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387D45; }
p { color: rgb(56,125,69); }
H1.HeaderClassName
{
color: #387D45;
}
.AnyTagClassName
{
color: #387D45;
}
</style>
background-color css
<style>
a { background-color: #387D45; }
a { background-color: rgb(56,125,69); }
div.DivClassName
{
background-color: #387D45;
}
.BgClassName
{
background-color: #387D45;
}
</style>
border-color css
<style>
span { border-color: #387D45; }
span { border-color: rgb(56,125,69); }
td.TdClassName
{
border-color: #387D45;
}
.TagClassName
{
border-color: #387D45;
}
</style>