Shades of Killarney #458B49
Tints of Killarney #458B49
RGB
CMYK
RGB Variations
Color information
#458B49 (or 0x458B49) is known color: Killarney. HEX triplet: 45, 8B and 49. RGB value is (69,139,73). Sum of RGB (Red+Green+Blue) = 69+139+73=281 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.56% from 281); Green value is 139 (54.69% from 255 or 49.47% from 281); Blue value is 73 (28.91% from 255 or 25.98% from 281); Max value from RGB is 139 - color contains mainly: green. Hex color #458B49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #458B49 is #BA74B6. Grayscale: #6E6E6E. Windows color (decimal): -12219575 or 4819781. OLE color: 4819781.
HSL color Cylindrical-coordinate representation of color #458B49: hue angle of 123.43º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #458B49 is Cyan = 0.50, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 139 | 73 | - |
| CMYK | 0.50 | 0 | 0.47 | 0.45 |
| HSL | 123.43º | 0.34% | 0.41% | - |
| HSV(B) | 123.43º | 0.5% | 0.55% | - |
| XYZ | 12.89 | 20.21 | 9.53 | - |
| YUV | 110.55 | 106.81 | 98.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 139 | 73 | 0.50 | 0 | 0.47 | 0.45 | 123.43 | 0.34 | 0.41 |
| Hex | 45 | 8B | 49 | 32 | 0 | 2F | 2D | 7B | 22 | 29 |
| Octal | 105 | 213 | 111 | 62 | 0 | 57 | 55 | 173 | 42 | 51 |
| Binary | 1000101 | 10001011 | 1001001 | 110010 | 0 | 101111 | 101101 | 1111011 | 100010 | 101001 |
Color Harmonies of #458B49
Complementary color
Monochromatic Colors of #458B49
Black with #458B49
Text Example
Text Example
White with #458B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458B49; }
p { color: rgb(69,139,73); }
H1.HeaderClassName
{
color: #458B49;
}
.AnyTagClassName
{
color: #458B49;
}
</style>
background-color css
<style>
a { background-color: #458B49; }
a { background-color: rgb(69,139,73); }
div.DivClassName
{
background-color: #458B49;
}
.BgClassName
{
background-color: #458B49;
}
</style>
border-color css
<style>
span { border-color: #458B49; }
span { border-color: rgb(69,139,73); }
td.TdClassName
{
border-color: #458B49;
}
.TagClassName
{
border-color: #458B49;
}
</style>