Shades of Killarney #40844F
Tints of Killarney #40844F
RGB
CMYK
RGB Variations
Color information
#40844F (or 0x40844F) is known color: Killarney. HEX triplet: 40, 84 and 4F. RGB value is (64,132,79). Sum of RGB (Red+Green+Blue) = 64+132+79=275 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.27% from 275); Green value is 132 (51.95% from 255 or 48% from 275); Blue value is 79 (31.25% from 255 or 28.73% from 275); Max value from RGB is 132 - color contains mainly: green. Hex color #40844F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40844F is #BF7BB0. Grayscale: #696969. Windows color (decimal): -12549041 or 5211200. OLE color: 5211200.
HSL color Cylindrical-coordinate representation of color #40844F: hue angle of 133.24º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #40844F is Cyan = 0.52, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 64 | 132 | 79 | - |
| CMYK | 0.52 | 0 | 0.40 | 0.48 |
| HSL | 133.24º | 0.35% | 0.38% | - |
| HSV(B) | 133.24º | 0.52% | 0.52% | - |
| XYZ | 11.78 | 18.16 | 10.28 | - |
| YUV | 105.63 | 112.97 | 98.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 132 | 79 | 0.52 | 0 | 0.40 | 0.48 | 133.24 | 0.35 | 0.38 |
| Hex | 40 | 84 | 4F | 34 | 0 | 28 | 30 | 85 | 23 | 26 |
| Octal | 100 | 204 | 117 | 64 | 0 | 50 | 60 | 205 | 43 | 46 |
| Binary | 1000000 | 10000100 | 1001111 | 110100 | 0 | 101000 | 110000 | 10000101 | 100011 | 100110 |
Color Harmonies of #40844F
Complementary color
Monochromatic Colors of #40844F
Black with #40844F
Text Example
Text Example
White with #40844F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40844F; }
p { color: rgb(64,132,79); }
H1.HeaderClassName
{
color: #40844F;
}
.AnyTagClassName
{
color: #40844F;
}
</style>
background-color css
<style>
a { background-color: #40844F; }
a { background-color: rgb(64,132,79); }
div.DivClassName
{
background-color: #40844F;
}
.BgClassName
{
background-color: #40844F;
}
</style>
border-color css
<style>
span { border-color: #40844F; }
span { border-color: rgb(64,132,79); }
td.TdClassName
{
border-color: #40844F;
}
.TagClassName
{
border-color: #40844F;
}
</style>