#487322

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

Shades of Green Leaf #487322

Tints of Green Leaf #487322

Color information

#487322 (or 0x487322) is unknown color: approx Green Leaf. HEX triplet: 48, 73 and 22. RGB value is (72,115,34). Sum of RGB (Red+Green+Blue) = 72+115+34=221 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.58% from 221); Green value is 115 (45.31% from 255 or 52.04% from 221); Blue value is 34 (13.67% from 255 or 15.38% from 221); Max value from RGB is 115 - color contains mainly: green. Hex color #487322 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487322 is #B78CDD. Grayscale: #5D5D5D. Windows color (decimal): -12029150 or 2257736. OLE color: 2257736.

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

Color convert

RGB7211534-
CMYK0.3700.700.55
HSL91.85º54.36%29.22%-
HSV(B)91.85º70.43%45.1%-
XYZ9.0913.753.69-
YUV92.9194.75113.09-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.58%
GREEN value IS 115 (45.31% from 255) = 52.04%
BLUE value IS 34 (13.67% from 255) = 15.38%
R=32.58%
G=52.04%
B=15.38%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72115340.3700.700.5591.8554.3629.22
Hex48732225046375c361d
Octal11016342450106671346635
Binary1001000111001110001010010101000110110111101110011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487322; }

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

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

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

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

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

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

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

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