Shades of Killarney #458A45
Tints of Killarney #458A45
RGB
CMYK
RGB Variations
Color information
#458A45 (or 0x458A45) is known color: Killarney. HEX triplet: 45, 8A and 45. RGB value is (69,138,69). Sum of RGB (Red+Green+Blue) = 69+138+69=276 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25% from 276); Green value is 138 (54.30% from 255 or 50% from 276); Blue value is 69 (27.34% from 255 or 25% from 276); Max value from RGB is 138 - color contains mainly: green. Hex color #458A45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #458A45 is #BA75BA. Grayscale: #6D6D6D. Windows color (decimal): -12219835 or 4557381. OLE color: 4557381.
HSL color Cylindrical-coordinate representation of color #458A45: hue angle of 120º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #458A45 is Cyan = 0.5, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 69 | 138 | 69 | - |
| CMYK | 0.5 | 0 | 0.5 | 0.46 |
| HSL | 120º | 0.33% | 0.41% | - |
| HSV(B) | 120º | 0.5% | 0.54% | - |
| XYZ | 12.62 | 19.87 | 8.8 | - |
| YUV | 109.5 | 105.14 | 99.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 138 | 69 | 0.5 | 0 | 0.5 | 0.46 | 120 | 0.33 | 0.41 |
| Hex | 45 | 8A | 45 | 32 | 0 | 32 | 2E | 78 | 21 | 29 |
| Octal | 105 | 212 | 105 | 62 | 0 | 62 | 56 | 170 | 41 | 51 |
| Binary | 1000101 | 10001010 | 1000101 | 110010 | 0 | 110010 | 101110 | 1111000 | 100001 | 101001 |
Color Harmonies of #458A45
Complementary color
Monochromatic Colors of #458A45
Black with #458A45
Text Example
Text Example
White with #458A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458A45; }
p { color: rgb(69,138,69); }
H1.HeaderClassName
{
color: #458A45;
}
.AnyTagClassName
{
color: #458A45;
}
</style>
background-color css
<style>
a { background-color: #458A45; }
a { background-color: rgb(69,138,69); }
div.DivClassName
{
background-color: #458A45;
}
.BgClassName
{
background-color: #458A45;
}
</style>
border-color css
<style>
span { border-color: #458A45; }
span { border-color: rgb(69,138,69); }
td.TdClassName
{
border-color: #458A45;
}
.TagClassName
{
border-color: #458A45;
}
</style>