Shades of Killarney #4A8152
Tints of Killarney #4A8152
RGB
CMYK
RGB Variations
Color information
#4A8152 (or 0x4A8152) is known color: Killarney. HEX triplet: 4A, 81 and 52. RGB value is (74,129,82). Sum of RGB (Red+Green+Blue) = 74+129+82=285 (37% of max value = 765). Red value is 74 (29.30% from 255 or 25.96% from 285); Green value is 129 (50.78% from 255 or 45.26% from 285); Blue value is 82 (32.42% from 255 or 28.77% from 285); Max value from RGB is 129 - color contains mainly: green. Hex color #4A8152 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A8152 is #B57EAD. Grayscale: #6B6B6B. Windows color (decimal): -11894446 or 5407050. OLE color: 5407050.
HSL color Cylindrical-coordinate representation of color #4A8152: hue angle of 128.73º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4A8152 is Cyan = 0.43, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 74 | 129 | 82 | - |
| CMYK | 0.43 | 0 | 0.36 | 0.49 |
| HSL | 128.73º | 0.27% | 0.4% | - |
| HSV(B) | 128.73º | 0.43% | 0.51% | - |
| XYZ | 12.2 | 17.77 | 10.77 | - |
| YUV | 107.2 | 113.78 | 104.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 129 | 82 | 0.43 | 0 | 0.36 | 0.49 | 128.73 | 0.27 | 0.4 |
| Hex | 4A | 81 | 52 | 2B | 0 | 24 | 31 | 81 | 1B | 28 |
| Octal | 112 | 201 | 122 | 53 | 0 | 44 | 61 | 201 | 33 | 50 |
| Binary | 1001010 | 10000001 | 1010010 | 101011 | 0 | 100100 | 110001 | 10000001 | 11011 | 101000 |
Color Harmonies of #4A8152
Complementary color
Monochromatic Colors of #4A8152
Black with #4A8152
Text Example
Text Example
White with #4A8152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8152; }
p { color: rgb(74,129,82); }
H1.HeaderClassName
{
color: #4A8152;
}
.AnyTagClassName
{
color: #4A8152;
}
</style>
background-color css
<style>
a { background-color: #4A8152; }
a { background-color: rgb(74,129,82); }
div.DivClassName
{
background-color: #4A8152;
}
.BgClassName
{
background-color: #4A8152;
}
</style>
border-color css
<style>
span { border-color: #4A8152; }
span { border-color: rgb(74,129,82); }
td.TdClassName
{
border-color: #4A8152;
}
.TagClassName
{
border-color: #4A8152;
}
</style>