Shades of Killarney #456C4A
Tints of Killarney #456C4A
RGB
CMYK
RGB Variations
Color information
#456C4A (or 0x456C4A) is known color: Killarney. HEX triplet: 45, 6C and 4A. RGB value is (69,108,74). Sum of RGB (Red+Green+Blue) = 69+108+74=251 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.49% from 251); Green value is 108 (42.58% from 255 or 43.03% from 251); Blue value is 74 (29.30% from 255 or 29.48% from 251); Max value from RGB is 108 - color contains mainly: green. Hex color #456C4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #456C4A is #BA93B5. Grayscale: #5C5C5C. Windows color (decimal): -12227510 or 4877381. OLE color: 4877381.
HSL color Cylindrical-coordinate representation of color #456C4A: hue angle of 127.69º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #456C4A is Cyan = 0.36, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 69 | 108 | 74 | - |
| CMYK | 0.36 | 0 | 0.31 | 0.58 |
| HSL | 127.69º | 0.22% | 0.35% | - |
| HSV(B) | 127.69º | 0.36% | 0.42% | - |
| XYZ | 9.05 | 12.48 | 8.41 | - |
| YUV | 92.46 | 117.58 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 108 | 74 | 0.36 | 0 | 0.31 | 0.58 | 127.69 | 0.22 | 0.35 |
| Hex | 45 | 6C | 4A | 24 | 0 | 1F | 3A | 80 | 16 | 23 |
| Octal | 105 | 154 | 112 | 44 | 0 | 37 | 72 | 200 | 26 | 43 |
| Binary | 1000101 | 1101100 | 1001010 | 100100 | 0 | 11111 | 111010 | 10000000 | 10110 | 100011 |
Color Harmonies of #456C4A
Complementary color
Monochromatic Colors of #456C4A
Black with #456C4A
Text Example
Text Example
White with #456C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456C4A; }
p { color: rgb(69,108,74); }
H1.HeaderClassName
{
color: #456C4A;
}
.AnyTagClassName
{
color: #456C4A;
}
</style>
background-color css
<style>
a { background-color: #456C4A; }
a { background-color: rgb(69,108,74); }
div.DivClassName
{
background-color: #456C4A;
}
.BgClassName
{
background-color: #456C4A;
}
</style>
border-color css
<style>
span { border-color: #456C4A; }
span { border-color: rgb(69,108,74); }
td.TdClassName
{
border-color: #456C4A;
}
.TagClassName
{
border-color: #456C4A;
}
</style>