Shades of Killarney #458C4D
Tints of Killarney #458C4D
RGB
CMYK
RGB Variations
Color information
#458C4D (or 0x458C4D) is known color: Killarney. HEX triplet: 45, 8C and 4D. RGB value is (69,140,77). Sum of RGB (Red+Green+Blue) = 69+140+77=286 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.13% from 286); Green value is 140 (55.08% from 255 or 48.95% from 286); Blue value is 77 (30.47% from 255 or 26.92% from 286); Max value from RGB is 140 - color contains mainly: green. Hex color #458C4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458C4D is #BA73B2. Grayscale: #6F6F6F. Windows color (decimal): -12219315 or 5082181. OLE color: 5082181.
HSL color Cylindrical-coordinate representation of color #458C4D: hue angle of 126.76º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #458C4D is Cyan = 0.51, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 140 | 77 | - |
| CMYK | 0.51 | 0 | 0.45 | 0.45 |
| HSL | 126.76º | 0.34% | 0.41% | - |
| HSV(B) | 126.76º | 0.51% | 0.55% | - |
| XYZ | 13.17 | 20.56 | 10.29 | - |
| YUV | 111.59 | 108.48 | 97.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 140 | 77 | 0.51 | 0 | 0.45 | 0.45 | 126.76 | 0.34 | 0.41 |
| Hex | 45 | 8C | 4D | 33 | 0 | 2D | 2D | 7F | 22 | 29 |
| Octal | 105 | 214 | 115 | 63 | 0 | 55 | 55 | 177 | 42 | 51 |
| Binary | 1000101 | 10001100 | 1001101 | 110011 | 0 | 101101 | 101101 | 1111111 | 100010 | 101001 |
Color Harmonies of #458C4D
Complementary color
Monochromatic Colors of #458C4D
Black with #458C4D
Text Example
Text Example
White with #458C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458C4D; }
p { color: rgb(69,140,77); }
H1.HeaderClassName
{
color: #458C4D;
}
.AnyTagClassName
{
color: #458C4D;
}
</style>
background-color css
<style>
a { background-color: #458C4D; }
a { background-color: rgb(69,140,77); }
div.DivClassName
{
background-color: #458C4D;
}
.BgClassName
{
background-color: #458C4D;
}
</style>
border-color css
<style>
span { border-color: #458C4D; }
span { border-color: rgb(69,140,77); }
td.TdClassName
{
border-color: #458C4D;
}
.TagClassName
{
border-color: #458C4D;
}
</style>