Shades of Killarney #458C44
Tints of Killarney #458C44
RGB
CMYK
RGB Variations
Color information
#458C44 (or 0x458C44) is known color: Killarney. HEX triplet: 45, 8C and 44. RGB value is (69,140,68). Sum of RGB (Red+Green+Blue) = 69+140+68=277 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.91% from 277); Green value is 140 (55.08% from 255 or 50.54% from 277); Blue value is 68 (26.95% from 255 or 24.55% from 277); Max value from RGB is 140 - color contains mainly: green. Hex color #458C44 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #458C44 is #BA73BB. Grayscale: #6E6E6E. Windows color (decimal): -12219324 or 4492357. OLE color: 4492357.
HSL color Cylindrical-coordinate representation of color #458C44: hue angle of 119.17º degrees, saturation: 0.35, 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 #458C44 is Cyan = 0.51, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 140 | 68 | - |
| CMYK | 0.51 | 0 | 0.51 | 0.45 |
| HSL | 119.17º | 0.35% | 0.41% | - |
| HSV(B) | 119.17º | 0.51% | 0.55% | - |
| XYZ | 12.88 | 20.44 | 8.74 | - |
| YUV | 110.56 | 103.98 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 140 | 68 | 0.51 | 0 | 0.51 | 0.45 | 119.17 | 0.35 | 0.41 |
| Hex | 45 | 8C | 44 | 33 | 0 | 33 | 2D | 77 | 23 | 29 |
| Octal | 105 | 214 | 104 | 63 | 0 | 63 | 55 | 167 | 43 | 51 |
| Binary | 1000101 | 10001100 | 1000100 | 110011 | 0 | 110011 | 101101 | 1110111 | 100011 | 101001 |
Color Harmonies of #458C44
Complementary color
Monochromatic Colors of #458C44
Black with #458C44
Text Example
Text Example
White with #458C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458C44; }
p { color: rgb(69,140,68); }
H1.HeaderClassName
{
color: #458C44;
}
.AnyTagClassName
{
color: #458C44;
}
</style>
background-color css
<style>
a { background-color: #458C44; }
a { background-color: rgb(69,140,68); }
div.DivClassName
{
background-color: #458C44;
}
.BgClassName
{
background-color: #458C44;
}
</style>
border-color css
<style>
span { border-color: #458C44; }
span { border-color: rgb(69,140,68); }
td.TdClassName
{
border-color: #458C44;
}
.TagClassName
{
border-color: #458C44;
}
</style>