Shades of Killarney #457C4A
Tints of Killarney #457C4A
RGB
CMYK
RGB Variations
Color information
#457C4A (or 0x457C4A) is known color: Killarney. HEX triplet: 45, 7C and 4A. RGB value is (69,124,74). Sum of RGB (Red+Green+Blue) = 69+124+74=267 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.84% from 267); Green value is 124 (48.83% from 255 or 46.44% from 267); Blue value is 74 (29.30% from 255 or 27.72% from 267); Max value from RGB is 124 - color contains mainly: green. Hex color #457C4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #457C4A is #BA83B5. Grayscale: #666666. Windows color (decimal): -12223414 or 4881477. OLE color: 4881477.
HSL color Cylindrical-coordinate representation of color #457C4A: hue angle of 125.45º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #457C4A is Cyan = 0.44, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 69 | 124 | 74 | - |
| CMYK | 0.44 | 0 | 0.40 | 0.51 |
| HSL | 125.45º | 0.28% | 0.38% | - |
| HSV(B) | 125.45º | 0.44% | 0.49% | - |
| XYZ | 10.9 | 16.17 | 9.03 | - |
| YUV | 101.86 | 112.28 | 104.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 124 | 74 | 0.44 | 0 | 0.40 | 0.51 | 125.45 | 0.28 | 0.38 |
| Hex | 45 | 7C | 4A | 2C | 0 | 28 | 33 | 7D | 1C | 26 |
| Octal | 105 | 174 | 112 | 54 | 0 | 50 | 63 | 175 | 34 | 46 |
| Binary | 1000101 | 1111100 | 1001010 | 101100 | 0 | 101000 | 110011 | 1111101 | 11100 | 100110 |
Color Harmonies of #457C4A
Complementary color
Monochromatic Colors of #457C4A
Black with #457C4A
Text Example
Text Example
White with #457C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457C4A; }
p { color: rgb(69,124,74); }
H1.HeaderClassName
{
color: #457C4A;
}
.AnyTagClassName
{
color: #457C4A;
}
</style>
background-color css
<style>
a { background-color: #457C4A; }
a { background-color: rgb(69,124,74); }
div.DivClassName
{
background-color: #457C4A;
}
.BgClassName
{
background-color: #457C4A;
}
</style>
border-color css
<style>
span { border-color: #457C4A; }
span { border-color: rgb(69,124,74); }
td.TdClassName
{
border-color: #457C4A;
}
.TagClassName
{
border-color: #457C4A;
}
</style>