Shades of Killarney #367C44
Tints of Killarney #367C44
RGB
CMYK
RGB Variations
Color information
#367C44 (or 0x367C44) is known color: Killarney. HEX triplet: 36, 7C and 44. RGB value is (54,124,68). Sum of RGB (Red+Green+Blue) = 54+124+68=246 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.95% from 246); Green value is 124 (48.83% from 255 or 50.41% from 246); Blue value is 68 (26.95% from 255 or 27.64% from 246); Max value from RGB is 124 - color contains mainly: green. Hex color #367C44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367C44 is #C983BB. Grayscale: #606060. Windows color (decimal): -13206460 or 4488246. OLE color: 4488246.
HSL color Cylindrical-coordinate representation of color #367C44: hue angle of 132º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #367C44 is Cyan = 0.56, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 54 | 124 | 68 | - |
| CMYK | 0.56 | 0 | 0.45 | 0.51 |
| HSL | 132º | 0.39% | 0.35% | - |
| HSV(B) | 132º | 0.56% | 0.49% | - |
| XYZ | 9.77 | 15.62 | 7.97 | - |
| YUV | 96.69 | 111.81 | 97.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 124 | 68 | 0.56 | 0 | 0.45 | 0.51 | 132 | 0.39 | 0.35 |
| Hex | 36 | 7C | 44 | 38 | 0 | 2D | 33 | 84 | 27 | 23 |
| Octal | 66 | 174 | 104 | 70 | 0 | 55 | 63 | 204 | 47 | 43 |
| Binary | 110110 | 1111100 | 1000100 | 111000 | 0 | 101101 | 110011 | 10000100 | 100111 | 100011 |
Color Harmonies of #367C44
Complementary color
Monochromatic Colors of #367C44
Black with #367C44
Text Example
Text Example
White with #367C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367C44; }
p { color: rgb(54,124,68); }
H1.HeaderClassName
{
color: #367C44;
}
.AnyTagClassName
{
color: #367C44;
}
</style>
background-color css
<style>
a { background-color: #367C44; }
a { background-color: rgb(54,124,68); }
div.DivClassName
{
background-color: #367C44;
}
.BgClassName
{
background-color: #367C44;
}
</style>
border-color css
<style>
span { border-color: #367C44; }
span { border-color: rgb(54,124,68); }
td.TdClassName
{
border-color: #367C44;
}
.TagClassName
{
border-color: #367C44;
}
</style>