#48A517

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

Shades of Kelly Green #48A517

Tints of Kelly Green #48A517

Color information

#48A517 (or 0x48A517) is unknown color: approx Kelly Green. HEX triplet: 48, A5 and 17. RGB value is (72,165,23). Sum of RGB (Red+Green+Blue) = 72+165+23=260 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.69% from 260); Green value is 165 (64.84% from 255 or 63.46% from 260); Blue value is 23 (9.38% from 255 or 8.85% from 260); Max value from RGB is 165 - color contains mainly: green. Hex color #48A517 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48A517 is #B75AE8. Grayscale: #797979. Windows color (decimal): -12016361 or 1549640. OLE color: 1549640.

HSL color Cylindrical-coordinate representation of color #48A517: hue angle of 99.3º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #48A517 is Cyan = 0.56, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.35.

Color convert

RGB7216523-
CMYK0.5600.860.35
HSL99.3º75.53%36.86%-
HSV(B)99.3º86.06%64.71%-
XYZ16.2828.355.42-
YUV12172.6993.05-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.69%
GREEN value IS 165 (64.84% from 255) = 63.46%
BLUE value IS 23 (9.38% from 255) = 8.85%
R=27.69%
G=63.46%
B=8.85%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal72165230.5600.860.3599.375.5336.86
Hex48A5173805623634c25
Octal110245277001264314311445
Binary100100010100101101111110000101011010001111000111001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,165,23); }

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

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

 a { background-color: rgb(72,165,23); }

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

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

 span { border-color: rgb(72,165,23); }

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