#547520

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

Shades of Green Leaf #547520

Tints of Green Leaf #547520

Color information

#547520 (or 0x547520) is unknown color: approx Green Leaf. HEX triplet: 54, 75 and 20. RGB value is (84,117,32). Sum of RGB (Red+Green+Blue) = 84+117+32=233 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.05% from 233); Green value is 117 (46.09% from 255 or 50.21% from 233); Blue value is 32 (12.89% from 255 or 13.73% from 233); Max value from RGB is 117 - color contains mainly: green. Hex color #547520 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #547520 is #AB8ADF. Grayscale: #616161. Windows color (decimal): -11242208 or 2127188. OLE color: 2127188.

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

Color convert

RGB8411732-
CMYK0.2800.730.54
HSL83.29º57.05%29.22%-
HSV(B)83.29º72.65%45.88%-
XYZ10.2814.713.66-
YUV97.4491.07118.41-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.05%
GREEN value IS 117 (46.09% from 255) = 50.21%
BLUE value IS 32 (12.89% from 255) = 13.73%
R=36.05%
G=50.21%
B=13.73%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal84117320.2800.730.5483.2957.0529.22
Hex5475201C0493653391d
Octal12416540340111661237135
Binary101010011101011000001110001001001110110101001111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547520; }

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

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

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

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

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

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

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

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