#487320

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

Shades of Green Leaf #487320

Tints of Green Leaf #487320

Color information

#487320 (or 0x487320) is unknown color: approx Green Leaf. HEX triplet: 48, 73 and 20. RGB value is (72,115,32). Sum of RGB (Red+Green+Blue) = 72+115+32=219 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.88% from 219); Green value is 115 (45.31% from 255 or 52.51% from 219); Blue value is 32 (12.89% from 255 or 14.61% from 219); Max value from RGB is 115 - color contains mainly: green. Hex color #487320 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487320 is #B78CDF. Grayscale: #5C5C5C. Windows color (decimal): -12029152 or 2126664. OLE color: 2126664.

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

Color convert

RGB7211532-
CMYK0.3700.720.55
HSL91.08º56.46%28.82%-
HSV(B)91.08º72.17%45.1%-
XYZ9.0613.743.54-
YUV92.6893.75113.25-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.88%
GREEN value IS 115 (45.31% from 255) = 52.51%
BLUE value IS 32 (12.89% from 255) = 14.61%
R=32.88%
G=52.51%
B=14.61%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72115320.3700.720.5591.0856.4628.82
Hex48732025048375b381d
Octal11016340450110671337035
Binary1001000111001110000010010101001000110111101101111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487320; }

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

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

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

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

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

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

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

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