#547320

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

Shades of Green Leaf #547320

Tints of Green Leaf #547320

Color information

#547320 (or 0x547320) is unknown color: approx Green Leaf. HEX triplet: 54, 73 and 20. RGB value is (84,115,32). Sum of RGB (Red+Green+Blue) = 84+115+32=231 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.36% from 231); Green value is 115 (45.31% from 255 or 49.78% from 231); Blue value is 32 (12.89% from 255 or 13.85% from 231); Max value from RGB is 115 - color contains mainly: green. Hex color #547320 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #547320 is #AB8CDF. Grayscale: #606060. Windows color (decimal): -11242720 or 2126676. OLE color: 2126676.

HSL color Cylindrical-coordinate representation of color #547320: hue angle of 82.41º 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 #547320 is Cyan = 0.27, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB8411532-
CMYK0.2700.720.55
HSL82.41º56.46%28.82%-
HSV(B)82.41º72.17%45.1%-
XYZ10.0514.253.59-
YUV96.2791.73119.25-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.36%
GREEN value IS 115 (45.31% from 255) = 49.78%
BLUE value IS 32 (12.89% from 255) = 13.85%
R=36.36%
G=49.78%
B=13.85%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal84115320.2700.720.5582.4156.4628.82
Hex5473201B0483752381d
Octal12416340330110671227035
Binary101010011100111000001101101001000110111101001011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547320; }

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

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

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

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

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

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

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

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