Shades of Killarney #4A8053
Tints of Killarney #4A8053
RGB
CMYK
RGB Variations
Color information
#4A8053 (or 0x4A8053) is known color: Killarney. HEX triplet: 4A, 80 and 53. RGB value is (74,128,83). Sum of RGB (Red+Green+Blue) = 74+128+83=285 (37% of max value = 765). Red value is 74 (29.30% from 255 or 25.96% from 285); Green value is 128 (50.39% from 255 or 44.91% from 285); Blue value is 83 (32.81% from 255 or 29.12% from 285); Max value from RGB is 128 - color contains mainly: green. Hex color #4A8053 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A8053 is #B57FAC. Grayscale: #6A6A6A. Windows color (decimal): -11894701 or 5472330. OLE color: 5472330.
HSL color Cylindrical-coordinate representation of color #4A8053: hue angle of 130º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4A8053 is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 74 | 128 | 83 | - |
| CMYK | 0.42 | 0 | 0.35 | 0.50 |
| HSL | 130º | 0.27% | 0.4% | - |
| HSV(B) | 130º | 0.42% | 0.5% | - |
| XYZ | 12.1 | 17.52 | 10.93 | - |
| YUV | 106.72 | 114.61 | 104.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 128 | 83 | 0.42 | 0 | 0.35 | 0.50 | 130 | 0.27 | 0.4 |
| Hex | 4A | 80 | 53 | 2A | 0 | 23 | 32 | 82 | 1B | 28 |
| Octal | 112 | 200 | 123 | 52 | 0 | 43 | 62 | 202 | 33 | 50 |
| Binary | 1001010 | 10000000 | 1010011 | 101010 | 0 | 100011 | 110010 | 10000010 | 11011 | 101000 |
Color Harmonies of #4A8053
Complementary color
Monochromatic Colors of #4A8053
Black with #4A8053
Text Example
Text Example
White with #4A8053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8053; }
p { color: rgb(74,128,83); }
H1.HeaderClassName
{
color: #4A8053;
}
.AnyTagClassName
{
color: #4A8053;
}
</style>
background-color css
<style>
a { background-color: #4A8053; }
a { background-color: rgb(74,128,83); }
div.DivClassName
{
background-color: #4A8053;
}
.BgClassName
{
background-color: #4A8053;
}
</style>
border-color css
<style>
span { border-color: #4A8053; }
span { border-color: rgb(74,128,83); }
td.TdClassName
{
border-color: #4A8053;
}
.TagClassName
{
border-color: #4A8053;
}
</style>