Shades of Killarney #458C4A
Tints of Killarney #458C4A
RGB
CMYK
RGB Variations
Color information
#458C4A (or 0x458C4A) is known color: Killarney. HEX triplet: 45, 8C and 4A. RGB value is (69,140,74). Sum of RGB (Red+Green+Blue) = 69+140+74=283 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.38% from 283); Green value is 140 (55.08% from 255 or 49.47% from 283); Blue value is 74 (29.30% from 255 or 26.15% from 283); Max value from RGB is 140 - color contains mainly: green. Hex color #458C4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #458C4A is #BA73B5. Grayscale: #6F6F6F. Windows color (decimal): -12219318 or 4885573. OLE color: 4885573.
HSL color Cylindrical-coordinate representation of color #458C4A: hue angle of 124.23º 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 #458C4A is Cyan = 0.51, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 140 | 74 | - |
| CMYK | 0.51 | 0 | 0.47 | 0.45 |
| HSL | 124.23º | 0.34% | 0.41% | - |
| HSV(B) | 124.23º | 0.51% | 0.55% | - |
| XYZ | 13.07 | 20.52 | 9.75 | - |
| YUV | 111.25 | 106.98 | 97.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 140 | 74 | 0.51 | 0 | 0.47 | 0.45 | 124.23 | 0.34 | 0.41 |
| Hex | 45 | 8C | 4A | 33 | 0 | 2F | 2D | 7C | 22 | 29 |
| Octal | 105 | 214 | 112 | 63 | 0 | 57 | 55 | 174 | 42 | 51 |
| Binary | 1000101 | 10001100 | 1001010 | 110011 | 0 | 101111 | 101101 | 1111100 | 100010 | 101001 |
Color Harmonies of #458C4A
Complementary color
Monochromatic Colors of #458C4A
Black with #458C4A
Text Example
Text Example
White with #458C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458C4A; }
p { color: rgb(69,140,74); }
H1.HeaderClassName
{
color: #458C4A;
}
.AnyTagClassName
{
color: #458C4A;
}
</style>
background-color css
<style>
a { background-color: #458C4A; }
a { background-color: rgb(69,140,74); }
div.DivClassName
{
background-color: #458C4A;
}
.BgClassName
{
background-color: #458C4A;
}
</style>
border-color css
<style>
span { border-color: #458C4A; }
span { border-color: rgb(69,140,74); }
td.TdClassName
{
border-color: #458C4A;
}
.TagClassName
{
border-color: #458C4A;
}
</style>