#487120

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

Shades of Green Leaf #487120

Tints of Green Leaf #487120

Color information

#487120 (or 0x487120) is unknown color: approx Green Leaf. HEX triplet: 48, 71 and 20. RGB value is (72,113,32). Sum of RGB (Red+Green+Blue) = 72+113+32=217 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.18% from 217); Green value is 113 (44.53% from 255 or 52.07% from 217); Blue value is 32 (12.89% from 255 or 14.75% from 217); Max value from RGB is 113 - color contains mainly: green. Hex color #487120 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487120 is #B78EDF. Grayscale: #5B5B5B. Windows color (decimal): -12029664 or 2126152. OLE color: 2126152.

HSL color Cylindrical-coordinate representation of color #487120: hue angle of 90.37º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #487120 is Cyan = 0.36, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB7211332-
CMYK0.3600.720.56
HSL90.37º55.86%28.43%-
HSV(B)90.37º71.68%44.31%-
XYZ8.8413.293.47-
YUV91.5194.42114.09-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.18%
GREEN value IS 113 (44.53% from 255) = 52.07%
BLUE value IS 32 (12.89% from 255) = 14.75%
R=33.18%
G=52.07%
B=14.75%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal72113320.3600.720.5690.3755.8628.43
Hex48712024048385a381c
Octal11016140440110701327034
Binary1001000111000110000010010001001000111000101101011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487120; }

 p { color: rgb(72,113,32); }

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

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

 a { background-color: rgb(72,113,32); }

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

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

 span { border-color: rgb(72,113,32); }

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