Shades of Killarney #457D51
Tints of Killarney #457D51
RGB
CMYK
RGB Variations
Color information
#457D51 (or 0x457D51) is known color: Killarney. HEX triplet: 45, 7D and 51. RGB value is (69,125,81). Sum of RGB (Red+Green+Blue) = 69+125+81=275 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.09% from 275); Green value is 125 (49.22% from 255 or 45.45% from 275); Blue value is 81 (32.03% from 255 or 29.45% from 275); Max value from RGB is 125 - color contains mainly: green. Hex color #457D51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457D51 is #BA82AE. Grayscale: #676767. Windows color (decimal): -12223151 or 5340485. OLE color: 5340485.
HSL color Cylindrical-coordinate representation of color #457D51: hue angle of 132.86º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #457D51 is Cyan = 0.45, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 69 | 125 | 81 | - |
| CMYK | 0.45 | 0 | 0.35 | 0.51 |
| HSL | 132.86º | 0.29% | 0.38% | - |
| HSV(B) | 132.86º | 0.45% | 0.49% | - |
| XYZ | 11.27 | 16.53 | 10.38 | - |
| YUV | 103.24 | 115.45 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 125 | 81 | 0.45 | 0 | 0.35 | 0.51 | 132.86 | 0.29 | 0.38 |
| Hex | 45 | 7D | 51 | 2D | 0 | 23 | 33 | 85 | 1D | 26 |
| Octal | 105 | 175 | 121 | 55 | 0 | 43 | 63 | 205 | 35 | 46 |
| Binary | 1000101 | 1111101 | 1010001 | 101101 | 0 | 100011 | 110011 | 10000101 | 11101 | 100110 |
Color Harmonies of #457D51
Complementary color
Monochromatic Colors of #457D51
Black with #457D51
Text Example
Text Example
White with #457D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457D51; }
p { color: rgb(69,125,81); }
H1.HeaderClassName
{
color: #457D51;
}
.AnyTagClassName
{
color: #457D51;
}
</style>
background-color css
<style>
a { background-color: #457D51; }
a { background-color: rgb(69,125,81); }
div.DivClassName
{
background-color: #457D51;
}
.BgClassName
{
background-color: #457D51;
}
</style>
border-color css
<style>
span { border-color: #457D51; }
span { border-color: rgb(69,125,81); }
td.TdClassName
{
border-color: #457D51;
}
.TagClassName
{
border-color: #457D51;
}
</style>