Shades of Killarney #44824F
Tints of Killarney #44824F
RGB
CMYK
RGB Variations
Color information
#44824F (or 0x44824F) is known color: Killarney. HEX triplet: 44, 82 and 4F. RGB value is (68,130,79). Sum of RGB (Red+Green+Blue) = 68+130+79=277 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.55% from 277); Green value is 130 (51.17% from 255 or 46.93% from 277); Blue value is 79 (31.25% from 255 or 28.52% from 277); Max value from RGB is 130 - color contains mainly: green. Hex color #44824F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44824F is #BB7DB0. Grayscale: #696969. Windows color (decimal): -12287409 or 5210692. OLE color: 5210692.
HSL color Cylindrical-coordinate representation of color #44824F: hue angle of 130.65º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #44824F is Cyan = 0.48, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 68 | 130 | 79 | - |
| CMYK | 0.48 | 0 | 0.39 | 0.49 |
| HSL | 130.65º | 0.31% | 0.39% | - |
| HSV(B) | 130.65º | 0.48% | 0.51% | - |
| XYZ | 11.78 | 17.76 | 10.2 | - |
| YUV | 105.65 | 112.96 | 101.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 130 | 79 | 0.48 | 0 | 0.39 | 0.49 | 130.65 | 0.31 | 0.39 |
| Hex | 44 | 82 | 4F | 30 | 0 | 27 | 31 | 83 | 1F | 27 |
| Octal | 104 | 202 | 117 | 60 | 0 | 47 | 61 | 203 | 37 | 47 |
| Binary | 1000100 | 10000010 | 1001111 | 110000 | 0 | 100111 | 110001 | 10000011 | 11111 | 100111 |
Color Harmonies of #44824F
Complementary color
Monochromatic Colors of #44824F
Black with #44824F
Text Example
Text Example
White with #44824F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44824F; }
p { color: rgb(68,130,79); }
H1.HeaderClassName
{
color: #44824F;
}
.AnyTagClassName
{
color: #44824F;
}
</style>
background-color css
<style>
a { background-color: #44824F; }
a { background-color: rgb(68,130,79); }
div.DivClassName
{
background-color: #44824F;
}
.BgClassName
{
background-color: #44824F;
}
</style>
border-color css
<style>
span { border-color: #44824F; }
span { border-color: rgb(68,130,79); }
td.TdClassName
{
border-color: #44824F;
}
.TagClassName
{
border-color: #44824F;
}
</style>