#547420

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

Shades of Green Leaf #547420

Tints of Green Leaf #547420

Color information

#547420 (or 0x547420) is unknown color: approx Green Leaf. HEX triplet: 54, 74 and 20. RGB value is (84,116,32). Sum of RGB (Red+Green+Blue) = 84+116+32=232 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.21% from 232); Green value is 116 (45.70% from 255 or 50% from 232); Blue value is 32 (12.89% from 255 or 13.79% from 232); Max value from RGB is 116 - color contains mainly: green. Hex color #547420 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #547420 is #AB8BDF. Grayscale: #616161. Windows color (decimal): -11242464 or 2126932. OLE color: 2126932.

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

Color convert

RGB8411632-
CMYK0.2800.720.55
HSL82.86º56.76%29.02%-
HSV(B)82.86º72.41%45.49%-
XYZ10.1614.483.63-
YUV96.8691.4118.83-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.21%
GREEN value IS 116 (45.70% from 255) = 50%
BLUE value IS 32 (12.89% from 255) = 13.79%
R=36.21%
G=50%
B=13.79%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal84116320.2800.720.5582.8656.7629.02
Hex5474201C0483753391d
Octal12416440340110671237135
Binary101010011101001000001110001001000110111101001111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547420; }

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

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

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

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

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

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

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

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