#48AD34

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

Shades of Kelly Green #48AD34

Tints of Kelly Green #48AD34

Color information

#48AD34 (or 0x48AD34) is unknown color: approx Kelly Green. HEX triplet: 48, AD and 34. RGB value is (72,173,52). Sum of RGB (Red+Green+Blue) = 72+173+52=297 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.24% from 297); Green value is 173 (67.97% from 255 or 58.25% from 297); Blue value is 52 (20.70% from 255 or 17.51% from 297); Max value from RGB is 173 - color contains mainly: green. Hex color #48AD34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48AD34 is #B752CB. Grayscale: #818181. Windows color (decimal): -12014284 or 3452232. OLE color: 3452232.

HSL color Cylindrical-coordinate representation of color #48AD34: hue angle of 110.08º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48AD34 is Cyan = 0.58, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.32.

Color convert

RGB7217352-
CMYK0.5800.700.32
HSL110.08º53.78%44.12%-
HSV(B)110.08º69.94%67.84%-
XYZ18.2431.518.37-
YUV129.0184.5487.34-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.24%
GREEN value IS 173 (67.97% from 255) = 58.25%
BLUE value IS 52 (20.70% from 255) = 17.51%
R=24.24%
G=58.25%
B=17.51%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal72173520.5800.700.32110.0853.7844.12
Hex48AD343A046206e362c
Octal11025564720106401566654
Binary100100010101101110100111010010001101000001101110110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48AD34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,173,52); }

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

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

 a { background-color: rgb(72,173,52); }

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

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

 span { border-color: rgb(72,173,52); }

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