Shades of Killarney #406F4C
Tints of Killarney #406F4C
RGB
CMYK
RGB Variations
Color information
#406F4C (or 0x406F4C) is known color: Killarney. HEX triplet: 40, 6F and 4C. RGB value is (64,111,76). Sum of RGB (Red+Green+Blue) = 64+111+76=251 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.50% from 251); Green value is 111 (43.75% from 255 or 44.22% from 251); Blue value is 76 (30.08% from 255 or 30.28% from 251); Max value from RGB is 111 - color contains mainly: green. Hex color #406F4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406F4C is #BF90B3. Grayscale: #5D5D5D. Windows color (decimal): -12554420 or 5009216. OLE color: 5009216.
HSL color Cylindrical-coordinate representation of color #406F4C: hue angle of 135.32º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #406F4C is Cyan = 0.42, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 64 | 111 | 76 | - |
| CMYK | 0.42 | 0 | 0.32 | 0.56 |
| HSL | 135.32º | 0.27% | 0.34% | - |
| HSV(B) | 135.32º | 0.42% | 0.44% | - |
| XYZ | 9.1 | 12.98 | 8.86 | - |
| YUV | 92.96 | 118.43 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 111 | 76 | 0.42 | 0 | 0.32 | 0.56 | 135.32 | 0.27 | 0.34 |
| Hex | 40 | 6F | 4C | 2A | 0 | 20 | 38 | 87 | 1B | 22 |
| Octal | 100 | 157 | 114 | 52 | 0 | 40 | 70 | 207 | 33 | 42 |
| Binary | 1000000 | 1101111 | 1001100 | 101010 | 0 | 100000 | 111000 | 10000111 | 11011 | 100010 |
Color Harmonies of #406F4C
Complementary color
Monochromatic Colors of #406F4C
Black with #406F4C
Text Example
Text Example
White with #406F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406F4C; }
p { color: rgb(64,111,76); }
H1.HeaderClassName
{
color: #406F4C;
}
.AnyTagClassName
{
color: #406F4C;
}
</style>
background-color css
<style>
a { background-color: #406F4C; }
a { background-color: rgb(64,111,76); }
div.DivClassName
{
background-color: #406F4C;
}
.BgClassName
{
background-color: #406F4C;
}
</style>
border-color css
<style>
span { border-color: #406F4C; }
span { border-color: rgb(64,111,76); }
td.TdClassName
{
border-color: #406F4C;
}
.TagClassName
{
border-color: #406F4C;
}
</style>