Shades of Killarney #408142
Tints of Killarney #408142
RGB
CMYK
RGB Variations
Color information
#408142 (or 0x408142) is known color: Killarney. HEX triplet: 40, 81 and 42. RGB value is (64,129,66). Sum of RGB (Red+Green+Blue) = 64+129+66=259 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.71% from 259); Green value is 129 (50.78% from 255 or 49.81% from 259); Blue value is 66 (26.17% from 255 or 25.48% from 259); Max value from RGB is 129 - color contains mainly: green. Hex color #408142 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #408142 is #BF7EBD. Grayscale: #666666. Windows color (decimal): -12549822 or 4358464. OLE color: 4358464.
HSL color Cylindrical-coordinate representation of color #408142: hue angle of 121.85º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #408142 is Cyan = 0.50, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 64 | 129 | 66 | - |
| CMYK | 0.50 | 0 | 0.49 | 0.49 |
| HSL | 121.85º | 0.34% | 0.38% | - |
| HSV(B) | 121.85º | 0.5% | 0.51% | - |
| XYZ | 10.95 | 17.18 | 7.89 | - |
| YUV | 102.38 | 107.47 | 100.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 129 | 66 | 0.50 | 0 | 0.49 | 0.49 | 121.85 | 0.34 | 0.38 |
| Hex | 40 | 81 | 42 | 32 | 0 | 31 | 31 | 7A | 22 | 26 |
| Octal | 100 | 201 | 102 | 62 | 0 | 61 | 61 | 172 | 42 | 46 |
| Binary | 1000000 | 10000001 | 1000010 | 110010 | 0 | 110001 | 110001 | 1111010 | 100010 | 100110 |
Color Harmonies of #408142
Complementary color
Monochromatic Colors of #408142
Black with #408142
Text Example
Text Example
White with #408142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408142; }
p { color: rgb(64,129,66); }
H1.HeaderClassName
{
color: #408142;
}
.AnyTagClassName
{
color: #408142;
}
</style>
background-color css
<style>
a { background-color: #408142; }
a { background-color: rgb(64,129,66); }
div.DivClassName
{
background-color: #408142;
}
.BgClassName
{
background-color: #408142;
}
</style>
border-color css
<style>
span { border-color: #408142; }
span { border-color: rgb(64,129,66); }
td.TdClassName
{
border-color: #408142;
}
.TagClassName
{
border-color: #408142;
}
</style>