#48b528

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

Shades of Kelly Green #48B528

Tints of Kelly Green #48B528

Color information

#48B528 (or 0x48B528) is unknown color: approx Kelly Green. HEX triplet: 48, B5 and 28. RGB value is (72,181,40). Sum of RGB (Red+Green+Blue) = 72+181+40=293 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.57% from 293); Green value is 181 (71.09% from 255 or 61.77% from 293); Blue value is 40 (16.02% from 255 or 13.65% from 293); Max value from RGB is 181 - color contains mainly: green. Hex color #48B528 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48B528 is #B74AD7. Grayscale: #848484. Windows color (decimal): -12012248 or 2667848. OLE color: 2667848.

HSL color Cylindrical-coordinate representation of color #48B528: hue angle of 106.38º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #48B528 is Cyan = 0.60, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB7218140-
CMYK0.6000.780.29
HSL106.38º63.8%43.33%-
HSV(B)106.38º77.9%70.98%-
XYZ19.5834.587.65-
YUV132.3475.8984.96-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.57%
GREEN value IS 181 (71.09% from 255) = 61.77%
BLUE value IS 40 (16.02% from 255) = 13.65%
R=24.57%
G=61.77%
B=13.65%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal72181400.6000.780.29106.3863.843.33
Hex48B5283C04E1D6a402b
Octal110265507401163515210053
Binary100100010110101101000111100010011101110111010101000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48b528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,181,40); }

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

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

 a { background-color: rgb(72,181,40); }

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

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

 span { border-color: rgb(72,181,40); }

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