Shades of Killarney #458C48
Tints of Killarney #458C48
RGB
CMYK
RGB Variations
Color information
#458C48 (or 0x458C48) is known color: Killarney. HEX triplet: 45, 8C and 48. RGB value is (69,140,72). Sum of RGB (Red+Green+Blue) = 69+140+72=281 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.56% from 281); Green value is 140 (55.08% from 255 or 49.82% from 281); Blue value is 72 (28.52% from 255 or 25.62% from 281); Max value from RGB is 140 - color contains mainly: green. Hex color #458C48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #458C48 is #BA73B7. Grayscale: #6F6F6F. Windows color (decimal): -12219320 or 4754501. OLE color: 4754501.
HSL color Cylindrical-coordinate representation of color #458C48: hue angle of 122.54º 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 #458C48 is Cyan = 0.51, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 140 | 72 | - |
| CMYK | 0.51 | 0 | 0.49 | 0.45 |
| HSL | 122.54º | 0.34% | 0.41% | - |
| HSV(B) | 122.54º | 0.51% | 0.55% | - |
| XYZ | 13 | 20.49 | 9.4 | - |
| YUV | 111.02 | 105.98 | 98.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 140 | 72 | 0.51 | 0 | 0.49 | 0.45 | 122.54 | 0.34 | 0.41 |
| Hex | 45 | 8C | 48 | 33 | 0 | 31 | 2D | 7B | 22 | 29 |
| Octal | 105 | 214 | 110 | 63 | 0 | 61 | 55 | 173 | 42 | 51 |
| Binary | 1000101 | 10001100 | 1001000 | 110011 | 0 | 110001 | 101101 | 1111011 | 100010 | 101001 |
Color Harmonies of #458C48
Complementary color
Monochromatic Colors of #458C48
Black with #458C48
Text Example
Text Example
White with #458C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458C48; }
p { color: rgb(69,140,72); }
H1.HeaderClassName
{
color: #458C48;
}
.AnyTagClassName
{
color: #458C48;
}
</style>
background-color css
<style>
a { background-color: #458C48; }
a { background-color: rgb(69,140,72); }
div.DivClassName
{
background-color: #458C48;
}
.BgClassName
{
background-color: #458C48;
}
</style>
border-color css
<style>
span { border-color: #458C48; }
span { border-color: rgb(69,140,72); }
td.TdClassName
{
border-color: #458C48;
}
.TagClassName
{
border-color: #458C48;
}
</style>