Shades of Killarney #456F50
Tints of Killarney #456F50
RGB
CMYK
RGB Variations
Color information
#456F50 (or 0x456F50) is known color: Killarney. HEX triplet: 45, 6F and 50. RGB value is (69,111,80). Sum of RGB (Red+Green+Blue) = 69+111+80=260 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.54% from 260); Green value is 111 (43.75% from 255 or 42.69% from 260); Blue value is 80 (31.64% from 255 or 30.77% from 260); Max value from RGB is 111 - color contains mainly: green. Hex color #456F50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456F50 is #BA90AF. Grayscale: #5E5E5E. Windows color (decimal): -12226736 or 5271365. OLE color: 5271365.
HSL color Cylindrical-coordinate representation of color #456F50: hue angle of 135.71º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #456F50 is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 69 | 111 | 80 | - |
| CMYK | 0.38 | 0 | 0.28 | 0.56 |
| HSL | 135.71º | 0.23% | 0.35% | - |
| HSV(B) | 135.71º | 0.38% | 0.44% | - |
| XYZ | 9.59 | 13.21 | 9.63 | - |
| YUV | 94.91 | 119.59 | 109.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 111 | 80 | 0.38 | 0 | 0.28 | 0.56 | 135.71 | 0.23 | 0.35 |
| Hex | 45 | 6F | 50 | 26 | 0 | 1C | 38 | 88 | 17 | 23 |
| Octal | 105 | 157 | 120 | 46 | 0 | 34 | 70 | 210 | 27 | 43 |
| Binary | 1000101 | 1101111 | 1010000 | 100110 | 0 | 11100 | 111000 | 10001000 | 10111 | 100011 |
Color Harmonies of #456F50
Complementary color
Monochromatic Colors of #456F50
Black with #456F50
Text Example
Text Example
White with #456F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456F50; }
p { color: rgb(69,111,80); }
H1.HeaderClassName
{
color: #456F50;
}
.AnyTagClassName
{
color: #456F50;
}
</style>
background-color css
<style>
a { background-color: #456F50; }
a { background-color: rgb(69,111,80); }
div.DivClassName
{
background-color: #456F50;
}
.BgClassName
{
background-color: #456F50;
}
</style>
border-color css
<style>
span { border-color: #456F50; }
span { border-color: rgb(69,111,80); }
td.TdClassName
{
border-color: #456F50;
}
.TagClassName
{
border-color: #456F50;
}
</style>