Shades of Killarney #387243
Tints of Killarney #387243
RGB
CMYK
RGB Variations
Color information
#387243 (or 0x387243) is known color: Killarney. HEX triplet: 38, 72 and 43. RGB value is (56,114,67). Sum of RGB (Red+Green+Blue) = 56+114+67=237 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.63% from 237); Green value is 114 (44.92% from 255 or 48.10% from 237); Blue value is 67 (26.56% from 255 or 28.27% from 237); Max value from RGB is 114 - color contains mainly: green. Hex color #387243 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387243 is #C78DBC. Grayscale: #5B5B5B. Windows color (decimal): -13077949 or 4420152. OLE color: 4420152.
HSL color Cylindrical-coordinate representation of color #387243: hue angle of 131.38º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #387243 is Cyan = 0.51, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 56 | 114 | 67 | - |
| CMYK | 0.51 | 0 | 0.41 | 0.55 |
| HSL | 131.38º | 0.34% | 0.33% | - |
| HSV(B) | 131.38º | 0.51% | 0.45% | - |
| XYZ | 8.66 | 13.28 | 7.42 | - |
| YUV | 91.3 | 114.28 | 102.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 114 | 67 | 0.51 | 0 | 0.41 | 0.55 | 131.38 | 0.34 | 0.33 |
| Hex | 38 | 72 | 43 | 33 | 0 | 29 | 37 | 83 | 22 | 21 |
| Octal | 70 | 162 | 103 | 63 | 0 | 51 | 67 | 203 | 42 | 41 |
| Binary | 111000 | 1110010 | 1000011 | 110011 | 0 | 101001 | 110111 | 10000011 | 100010 | 100001 |
Color Harmonies of #387243
Complementary color
Monochromatic Colors of #387243
Black with #387243
Text Example
Text Example
White with #387243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387243; }
p { color: rgb(56,114,67); }
H1.HeaderClassName
{
color: #387243;
}
.AnyTagClassName
{
color: #387243;
}
</style>
background-color css
<style>
a { background-color: #387243; }
a { background-color: rgb(56,114,67); }
div.DivClassName
{
background-color: #387243;
}
.BgClassName
{
background-color: #387243;
}
</style>
border-color css
<style>
span { border-color: #387243; }
span { border-color: rgb(56,114,67); }
td.TdClassName
{
border-color: #387243;
}
.TagClassName
{
border-color: #387243;
}
</style>