Shades of Killarney #40874A
Tints of Killarney #40874A
RGB
CMYK
RGB Variations
Color information
#40874A (or 0x40874A) is known color: Killarney. HEX triplet: 40, 87 and 4A. RGB value is (64,135,74). Sum of RGB (Red+Green+Blue) = 64+135+74=273 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.44% from 273); Green value is 135 (53.12% from 255 or 49.45% from 273); Blue value is 74 (29.30% from 255 or 27.11% from 273); Max value from RGB is 135 - color contains mainly: green. Hex color #40874A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40874A is #BF78B5. Grayscale: #6A6A6A. Windows color (decimal): -12548278 or 4884288. OLE color: 4884288.
HSL color Cylindrical-coordinate representation of color #40874A: hue angle of 128.45º 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 #40874A is Cyan = 0.53, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 64 | 135 | 74 | - |
| CMYK | 0.53 | 0 | 0.45 | 0.47 |
| HSL | 128.45º | 0.36% | 0.39% | - |
| HSV(B) | 128.45º | 0.53% | 0.53% | - |
| XYZ | 12.01 | 18.91 | 9.5 | - |
| YUV | 106.82 | 109.48 | 97.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 135 | 74 | 0.53 | 0 | 0.45 | 0.47 | 128.45 | 0.36 | 0.39 |
| Hex | 40 | 87 | 4A | 35 | 0 | 2D | 2F | 80 | 24 | 27 |
| Octal | 100 | 207 | 112 | 65 | 0 | 55 | 57 | 200 | 44 | 47 |
| Binary | 1000000 | 10000111 | 1001010 | 110101 | 0 | 101101 | 101111 | 10000000 | 100100 | 100111 |
Color Harmonies of #40874A
Complementary color
Monochromatic Colors of #40874A
Black with #40874A
Text Example
Text Example
White with #40874A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40874A; }
p { color: rgb(64,135,74); }
H1.HeaderClassName
{
color: #40874A;
}
.AnyTagClassName
{
color: #40874A;
}
</style>
background-color css
<style>
a { background-color: #40874A; }
a { background-color: rgb(64,135,74); }
div.DivClassName
{
background-color: #40874A;
}
.BgClassName
{
background-color: #40874A;
}
</style>
border-color css
<style>
span { border-color: #40874A; }
span { border-color: rgb(64,135,74); }
td.TdClassName
{
border-color: #40874A;
}
.TagClassName
{
border-color: #40874A;
}
</style>