Shades of Killarney #458950
Tints of Killarney #458950
RGB
CMYK
RGB Variations
Color information
#458950 (or 0x458950) is known color: Killarney. HEX triplet: 45, 89 and 50. RGB value is (69,137,80). Sum of RGB (Red+Green+Blue) = 69+137+80=286 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.13% from 286); Green value is 137 (53.91% from 255 or 47.90% from 286); Blue value is 80 (31.64% from 255 or 27.97% from 286); Max value from RGB is 137 - color contains mainly: green. Hex color #458950 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458950 is #BA76AF. Grayscale: #6E6E6E. Windows color (decimal): -12220080 or 5278021. OLE color: 5278021.
HSL color Cylindrical-coordinate representation of color #458950: hue angle of 129.71º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #458950 is Cyan = 0.50, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 69 | 137 | 80 | - |
| CMYK | 0.50 | 0 | 0.42 | 0.46 |
| HSL | 129.71º | 0.33% | 0.4% | - |
| HSV(B) | 129.71º | 0.5% | 0.54% | - |
| XYZ | 12.85 | 19.74 | 10.72 | - |
| YUV | 110.17 | 110.97 | 98.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 137 | 80 | 0.50 | 0 | 0.42 | 0.46 | 129.71 | 0.33 | 0.4 |
| Hex | 45 | 89 | 50 | 32 | 0 | 2A | 2E | 82 | 21 | 28 |
| Octal | 105 | 211 | 120 | 62 | 0 | 52 | 56 | 202 | 41 | 50 |
| Binary | 1000101 | 10001001 | 1010000 | 110010 | 0 | 101010 | 101110 | 10000010 | 100001 | 101000 |
Color Harmonies of #458950
Complementary color
Monochromatic Colors of #458950
Black with #458950
Text Example
Text Example
White with #458950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458950; }
p { color: rgb(69,137,80); }
H1.HeaderClassName
{
color: #458950;
}
.AnyTagClassName
{
color: #458950;
}
</style>
background-color css
<style>
a { background-color: #458950; }
a { background-color: rgb(69,137,80); }
div.DivClassName
{
background-color: #458950;
}
.BgClassName
{
background-color: #458950;
}
</style>
border-color css
<style>
span { border-color: #458950; }
span { border-color: rgb(69,137,80); }
td.TdClassName
{
border-color: #458950;
}
.TagClassName
{
border-color: #458950;
}
</style>