Shades of Killarney #387C43
Tints of Killarney #387C43
RGB
CMYK
RGB Variations
Color information
#387C43 (or 0x387C43) is known color: Killarney. HEX triplet: 38, 7C and 43. RGB value is (56,124,67). Sum of RGB (Red+Green+Blue) = 56+124+67=247 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.67% from 247); Green value is 124 (48.83% from 255 or 50.20% from 247); Blue value is 67 (26.56% from 255 or 27.13% from 247); Max value from RGB is 124 - color contains mainly: green. Hex color #387C43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387C43 is #C783BC. Grayscale: #616161. Windows color (decimal): -13075389 or 4422712. OLE color: 4422712.
HSL color Cylindrical-coordinate representation of color #387C43: hue angle of 129.71º 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 #387C43 is Cyan = 0.55, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 56 | 124 | 67 | - |
| CMYK | 0.55 | 0 | 0.46 | 0.51 |
| HSL | 129.71º | 0.38% | 0.35% | - |
| HSV(B) | 129.71º | 0.55% | 0.49% | - |
| XYZ | 9.85 | 15.66 | 7.81 | - |
| YUV | 97.17 | 110.97 | 98.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 124 | 67 | 0.55 | 0 | 0.46 | 0.51 | 129.71 | 0.38 | 0.35 |
| Hex | 38 | 7C | 43 | 37 | 0 | 2E | 33 | 82 | 26 | 23 |
| Octal | 70 | 174 | 103 | 67 | 0 | 56 | 63 | 202 | 46 | 43 |
| Binary | 111000 | 1111100 | 1000011 | 110111 | 0 | 101110 | 110011 | 10000010 | 100110 | 100011 |
Color Harmonies of #387C43
Complementary color
Monochromatic Colors of #387C43
Black with #387C43
Text Example
Text Example
White with #387C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387C43; }
p { color: rgb(56,124,67); }
H1.HeaderClassName
{
color: #387C43;
}
.AnyTagClassName
{
color: #387C43;
}
</style>
background-color css
<style>
a { background-color: #387C43; }
a { background-color: rgb(56,124,67); }
div.DivClassName
{
background-color: #387C43;
}
.BgClassName
{
background-color: #387C43;
}
</style>
border-color css
<style>
span { border-color: #387C43; }
span { border-color: rgb(56,124,67); }
td.TdClassName
{
border-color: #387C43;
}
.TagClassName
{
border-color: #387C43;
}
</style>