Shades of Kelly Green #48A524
Tints of Kelly Green #48A524
RGB
CMYK
RGB Variations
Color information
#48A524 (or 0x48A524) is known color: Kelly Green. HEX triplet: 48, A5 and 24. RGB value is (72,165,36). Sum of RGB (Red+Green+Blue) = 72+165+36=273 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.37% from 273); Green value is 165 (64.84% from 255 or 60.44% from 273); Blue value is 36 (14.45% from 255 or 13.19% from 273); Max value from RGB is 165 - color contains mainly: green. Hex color #48A524 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48A524 is #B75ADB. Grayscale: #7A7A7A. Windows color (decimal): -12016348 or 2401608. OLE color: 2401608.
HSL color Cylindrical-coordinate representation of color #48A524: hue angle of 103.26º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #48A524 is Cyan = 0.56, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 72 | 165 | 36 | - |
| CMYK | 0.56 | 0 | 0.78 | 0.35 |
| HSL | 103.26º | 0.64% | 0.39% | - |
| HSV(B) | 103.26º | 0.78% | 0.65% | - |
| XYZ | 16.45 | 28.42 | 6.29 | - |
| YUV | 122.49 | 79.19 | 91.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 165 | 36 | 0.56 | 0 | 0.78 | 0.35 | 103.26 | 0.64 | 0.39 |
| Hex | 48 | A5 | 24 | 38 | 0 | 4E | 23 | 67 | 40 | 27 |
| Octal | 110 | 245 | 44 | 70 | 0 | 116 | 43 | 147 | 100 | 47 |
| Binary | 1001000 | 10100101 | 100100 | 111000 | 0 | 1001110 | 100011 | 1100111 | 1000000 | 100111 |
Color Harmonies of #48A524
Complementary color
Monochromatic Colors of #48A524
Black with #48A524
Text Example
Text Example
White with #48A524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48A524; }
p { color: rgb(72,165,36); }
H1.HeaderClassName
{
color: #48A524;
}
.AnyTagClassName
{
color: #48A524;
}
</style>
background-color css
<style>
a { background-color: #48A524; }
a { background-color: rgb(72,165,36); }
div.DivClassName
{
background-color: #48A524;
}
.BgClassName
{
background-color: #48A524;
}
</style>
border-color css
<style>
span { border-color: #48A524; }
span { border-color: rgb(72,165,36); }
td.TdClassName
{
border-color: #48A524;
}
.TagClassName
{
border-color: #48A524;
}
</style>