Shades of Killarney #40884C
Tints of Killarney #40884C
RGB
CMYK
RGB Variations
Color information
#40884C (or 0x40884C) is known color: Killarney. HEX triplet: 40, 88 and 4C. RGB value is (64,136,76). Sum of RGB (Red+Green+Blue) = 64+136+76=276 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.19% from 276); Green value is 136 (53.52% from 255 or 49.28% from 276); Blue value is 76 (30.08% from 255 or 27.54% from 276); Max value from RGB is 136 - color contains mainly: green. Hex color #40884C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40884C is #BF77B3. Grayscale: #6B6B6B. Windows color (decimal): -12548020 or 5015616. OLE color: 5015616.
HSL color Cylindrical-coordinate representation of color #40884C: hue angle of 130º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #40884C is Cyan = 0.53, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 64 | 136 | 76 | - |
| CMYK | 0.53 | 0 | 0.44 | 0.47 |
| HSL | 130º | 0.36% | 0.39% | - |
| HSV(B) | 130º | 0.53% | 0.53% | - |
| XYZ | 12.22 | 19.22 | 9.9 | - |
| YUV | 107.63 | 110.15 | 96.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 136 | 76 | 0.53 | 0 | 0.44 | 0.47 | 130 | 0.36 | 0.39 |
| Hex | 40 | 88 | 4C | 35 | 0 | 2C | 2F | 82 | 24 | 27 |
| Octal | 100 | 210 | 114 | 65 | 0 | 54 | 57 | 202 | 44 | 47 |
| Binary | 1000000 | 10001000 | 1001100 | 110101 | 0 | 101100 | 101111 | 10000010 | 100100 | 100111 |
Color Harmonies of #40884C
Complementary color
Monochromatic Colors of #40884C
Black with #40884C
Text Example
Text Example
White with #40884C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40884C; }
p { color: rgb(64,136,76); }
H1.HeaderClassName
{
color: #40884C;
}
.AnyTagClassName
{
color: #40884C;
}
</style>
background-color css
<style>
a { background-color: #40884C; }
a { background-color: rgb(64,136,76); }
div.DivClassName
{
background-color: #40884C;
}
.BgClassName
{
background-color: #40884C;
}
</style>
border-color css
<style>
span { border-color: #40884C; }
span { border-color: rgb(64,136,76); }
td.TdClassName
{
border-color: #40884C;
}
.TagClassName
{
border-color: #40884C;
}
</style>