#487521

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

Shades of Green Leaf #487521

Tints of Green Leaf #487521

Color information

#487521 (or 0x487521) is unknown color: approx Green Leaf. HEX triplet: 48, 75 and 21. RGB value is (72,117,33). Sum of RGB (Red+Green+Blue) = 72+117+33=222 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.43% from 222); Green value is 117 (46.09% from 255 or 52.70% from 222); Blue value is 33 (13.28% from 255 or 14.86% from 222); Max value from RGB is 117 - color contains mainly: green. Hex color #487521 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487521 is #B78ADE. Grayscale: #5E5E5E. Windows color (decimal): -12028639 or 2192712. OLE color: 2192712.

HSL color Cylindrical-coordinate representation of color #487521: hue angle of 92.14º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #487521 is Cyan = 0.38, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.54.

Color convert

RGB7211733-
CMYK0.3800.720.54
HSL92.14º56%29.41%-
HSV(B)92.14º71.79%45.88%-
XYZ9.3114.213.69-
YUV93.9793.59112.33-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.43%
GREEN value IS 117 (46.09% from 255) = 52.70%
BLUE value IS 33 (13.28% from 255) = 14.86%
R=32.43%
G=52.70%
B=14.86%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal72117330.3800.720.5492.145629.41
Hex48752126048365c381d
Octal11016541460110661347035
Binary1001000111010110000110011001001000110110101110011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487521; }

 p { color: rgb(72,117,33); }

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

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

 a { background-color: rgb(72,117,33); }

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

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

 span { border-color: rgb(72,117,33); }

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