#48A625

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

Shades of Kelly Green #48A625

Tints of Kelly Green #48A625

Color information

#48A625 (or 0x48A625) is unknown color: approx Kelly Green. HEX triplet: 48, A6 and 25. RGB value is (72,166,37). Sum of RGB (Red+Green+Blue) = 72+166+37=275 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.18% from 275); Green value is 166 (65.23% from 255 or 60.36% from 275); Blue value is 37 (14.84% from 255 or 13.45% from 275); Max value from RGB is 166 - color contains mainly: green. Hex color #48A625 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48A625 is #B759DA. Grayscale: #7B7B7B. Windows color (decimal): -12016091 or 2467400. OLE color: 2467400.

HSL color Cylindrical-coordinate representation of color #48A625: hue angle of 103.72º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #48A625 is Cyan = 0.57, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.35.

Color convert

RGB7216637-
CMYK0.5700.780.35
HSL103.72º63.55%39.8%-
HSV(B)103.72º77.71%65.1%-
XYZ16.6428.786.43-
YUV123.1979.3691.49-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.18%
GREEN value IS 166 (65.23% from 255) = 60.36%
BLUE value IS 37 (14.84% from 255) = 13.45%
R=26.18%
G=60.36%
B=13.45%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal72166370.5700.780.35103.7263.5539.8
Hex48A6253904E23684028
Octal110246457101164315010050
Binary1001000101001101001011110010100111010001111010001000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,166,37); }

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

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

 a { background-color: rgb(72,166,37); }

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

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

 span { border-color: rgb(72,166,37); }

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