#48A313

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

Shades of Kelly Green #48A313

Tints of Kelly Green #48A313

Color information

#48A313 (or 0x48A313) is unknown color: approx Kelly Green. HEX triplet: 48, A3 and 13. RGB value is (72,163,19). Sum of RGB (Red+Green+Blue) = 72+163+19=254 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.35% from 254); Green value is 163 (64.06% from 255 or 64.17% from 254); Blue value is 19 (7.81% from 255 or 7.48% from 254); Max value from RGB is 163 - color contains mainly: green. Hex color #48A313 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48A313 is #B75CEC. Grayscale: #777777. Windows color (decimal): -12016877 or 1286984. OLE color: 1286984.

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

Color convert

RGB7216319-
CMYK0.5600.880.36
HSL97.92º79.12%35.69%-
HSV(B)97.92º88.34%63.92%-
XYZ15.8927.625.11-
YUV119.3871.3594.21-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.35%
GREEN value IS 163 (64.06% from 255) = 64.17%
BLUE value IS 19 (7.81% from 255) = 7.48%
R=28.35%
G=64.17%
B=7.48%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal72163190.5600.880.3697.9279.1235.69
Hex48A3133805824624f24
Octal110243237001304414211744
Binary100100010100011100111110000101100010010011000101001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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