Shades of Killarney #387C46
Tints of Killarney #387C46
RGB
CMYK
RGB Variations
Color information
#387C46 (or 0x387C46) is known color: Killarney. HEX triplet: 38, 7C and 46. RGB value is (56,124,70). Sum of RGB (Red+Green+Blue) = 56+124+70=250 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.4% from 250); Green value is 124 (48.83% from 255 or 49.6% from 250); Blue value is 70 (27.73% from 255 or 28% from 250); Max value from RGB is 124 - color contains mainly: green. Hex color #387C46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387C46 is #C783B9. Grayscale: #616161. Windows color (decimal): -13075386 or 4619320. OLE color: 4619320.
HSL color Cylindrical-coordinate representation of color #387C46: hue angle of 132.35º 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 #387C46 is Cyan = 0.55, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 56 | 124 | 70 | - |
| CMYK | 0.55 | 0 | 0.44 | 0.51 |
| HSL | 132.35º | 0.38% | 0.35% | - |
| HSV(B) | 132.35º | 0.55% | 0.49% | - |
| XYZ | 9.94 | 15.7 | 8.3 | - |
| YUV | 97.51 | 112.47 | 98.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 124 | 70 | 0.55 | 0 | 0.44 | 0.51 | 132.35 | 0.38 | 0.35 |
| Hex | 38 | 7C | 46 | 37 | 0 | 2C | 33 | 84 | 26 | 23 |
| Octal | 70 | 174 | 106 | 67 | 0 | 54 | 63 | 204 | 46 | 43 |
| Binary | 111000 | 1111100 | 1000110 | 110111 | 0 | 101100 | 110011 | 10000100 | 100110 | 100011 |
Color Harmonies of #387C46
Complementary color
Monochromatic Colors of #387C46
Black with #387C46
Text Example
Text Example
White with #387C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387C46; }
p { color: rgb(56,124,70); }
H1.HeaderClassName
{
color: #387C46;
}
.AnyTagClassName
{
color: #387C46;
}
</style>
background-color css
<style>
a { background-color: #387C46; }
a { background-color: rgb(56,124,70); }
div.DivClassName
{
background-color: #387C46;
}
.BgClassName
{
background-color: #387C46;
}
</style>
border-color css
<style>
span { border-color: #387C46; }
span { border-color: rgb(56,124,70); }
td.TdClassName
{
border-color: #387C46;
}
.TagClassName
{
border-color: #387C46;
}
</style>