Shades of Killarney #458C45
Tints of Killarney #458C45
RGB
CMYK
RGB Variations
Color information
#458C45 (or 0x458C45) is known color: Killarney. HEX triplet: 45, 8C and 45. RGB value is (69,140,69). Sum of RGB (Red+Green+Blue) = 69+140+69=278 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.82% from 278); Green value is 140 (55.08% from 255 or 50.36% from 278); Blue value is 69 (27.34% from 255 or 24.82% from 278); Max value from RGB is 140 - color contains mainly: green. Hex color #458C45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #458C45 is #BA73BA. Grayscale: #6E6E6E. Windows color (decimal): -12219323 or 4557893. OLE color: 4557893.
HSL color Cylindrical-coordinate representation of color #458C45: hue angle of 120º 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 #458C45 is Cyan = 0.51, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 140 | 69 | - |
| CMYK | 0.51 | 0 | 0.51 | 0.45 |
| HSL | 120º | 0.34% | 0.41% | - |
| HSV(B) | 120º | 0.51% | 0.55% | - |
| XYZ | 12.91 | 20.45 | 8.9 | - |
| YUV | 110.68 | 104.48 | 98.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 140 | 69 | 0.51 | 0 | 0.51 | 0.45 | 120 | 0.34 | 0.41 |
| Hex | 45 | 8C | 45 | 33 | 0 | 33 | 2D | 78 | 22 | 29 |
| Octal | 105 | 214 | 105 | 63 | 0 | 63 | 55 | 170 | 42 | 51 |
| Binary | 1000101 | 10001100 | 1000101 | 110011 | 0 | 110011 | 101101 | 1111000 | 100010 | 101001 |
Color Harmonies of #458C45
Complementary color
Monochromatic Colors of #458C45
Black with #458C45
Text Example
Text Example
White with #458C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458C45; }
p { color: rgb(69,140,69); }
H1.HeaderClassName
{
color: #458C45;
}
.AnyTagClassName
{
color: #458C45;
}
</style>
background-color css
<style>
a { background-color: #458C45; }
a { background-color: rgb(69,140,69); }
div.DivClassName
{
background-color: #458C45;
}
.BgClassName
{
background-color: #458C45;
}
</style>
border-color css
<style>
span { border-color: #458C45; }
span { border-color: rgb(69,140,69); }
td.TdClassName
{
border-color: #458C45;
}
.TagClassName
{
border-color: #458C45;
}
</style>