#48A316

Color #48A316 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #48A316

Tints of Kelly Green #48A316

Color information

#48A316 (or 0x48A316) is unknown color: approx Kelly Green. HEX triplet: 48, A3 and 16. RGB value is (72,163,22). Sum of RGB (Red+Green+Blue) = 72+163+22=257 (34% of max value = 765). Red value is 72 (28.52% from 255 or 28.02% from 257); Green value is 163 (64.06% from 255 or 63.42% from 257); Blue value is 22 (8.98% from 255 or 8.56% from 257); Max value from RGB is 163 - color contains mainly: green. Hex color #48A316 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48A316 is #B75CE9. Grayscale: #787878. Windows color (decimal): -12016874 or 1483592. OLE color: 1483592.

HSL color Cylindrical-coordinate representation of color #48A316: hue angle of 98.72º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #48A316 is Cyan = 0.56, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB7216322-
CMYK0.5600.870.36
HSL98.72º76.22%36.27%-
HSV(B)98.72º86.5%63.92%-
XYZ15.9127.635.25-
YUV119.7272.8593.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 72 (28.52% from 255) = 28.02%
GREEN value IS 163 (64.06% from 255) = 63.42%
BLUE value IS 22 (8.98% from 255) = 8.56%
R=28.02%
G=63.42%
B=8.56%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal72163220.5600.870.3698.7276.2236.27
Hex48A3163805724634c24
Octal110243267001274414311444
Binary100100010100011101101110000101011110010011000111001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48A316; }

 p { color: rgb(72,163,22); }

 H1.HeaderClassName
 {
   color: #48A316;
 }
 .AnyTagClassName
 {
   color: #48A316;
 }
</style>
background-color css

<style>
 a { background-color: #48A316; }

 a { background-color: rgb(72,163,22); }

 div.DivClassName
 {
   background-color: #48A316;
 }
 .BgClassName
 {
   background-color: #48A316;
 }
</style>
border-color css

<style>
 span { border-color: #48A316; }

 span { border-color: rgb(72,163,22); }

 td.TdClassName
 {
   border-color: #48A316;
 }
 .TagClassName
 {
   border-color: #48A316;
 }
</style>