Shades of Killarney #457F4A
Tints of Killarney #457F4A
RGB
CMYK
RGB Variations
Color information
#457F4A (or 0x457F4A) is known color: Killarney. HEX triplet: 45, 7F and 4A. RGB value is (69,127,74). Sum of RGB (Red+Green+Blue) = 69+127+74=270 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.56% from 270); Green value is 127 (50% from 255 or 47.04% from 270); Blue value is 74 (29.30% from 255 or 27.41% from 270); Max value from RGB is 127 - color contains mainly: green. Hex color #457F4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #457F4A is #BA80B5. Grayscale: #676767. Windows color (decimal): -12222646 or 4882245. OLE color: 4882245.
HSL color Cylindrical-coordinate representation of color #457F4A: hue angle of 125.17º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #457F4A is Cyan = 0.46, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 69 | 127 | 74 | - |
| CMYK | 0.46 | 0 | 0.42 | 0.50 |
| HSL | 125.17º | 0.3% | 0.38% | - |
| HSV(B) | 125.17º | 0.46% | 0.5% | - |
| XYZ | 11.28 | 16.94 | 9.15 | - |
| YUV | 103.62 | 111.28 | 103.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 127 | 74 | 0.46 | 0 | 0.42 | 0.50 | 125.17 | 0.3 | 0.38 |
| Hex | 45 | 7F | 4A | 2E | 0 | 2A | 32 | 7D | 1E | 26 |
| Octal | 105 | 177 | 112 | 56 | 0 | 52 | 62 | 175 | 36 | 46 |
| Binary | 1000101 | 1111111 | 1001010 | 101110 | 0 | 101010 | 110010 | 1111101 | 11110 | 100110 |
Color Harmonies of #457F4A
Complementary color
Monochromatic Colors of #457F4A
Black with #457F4A
Text Example
Text Example
White with #457F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457F4A; }
p { color: rgb(69,127,74); }
H1.HeaderClassName
{
color: #457F4A;
}
.AnyTagClassName
{
color: #457F4A;
}
</style>
background-color css
<style>
a { background-color: #457F4A; }
a { background-color: rgb(69,127,74); }
div.DivClassName
{
background-color: #457F4A;
}
.BgClassName
{
background-color: #457F4A;
}
</style>
border-color css
<style>
span { border-color: #457F4A; }
span { border-color: rgb(69,127,74); }
td.TdClassName
{
border-color: #457F4A;
}
.TagClassName
{
border-color: #457F4A;
}
</style>