#537320

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

Shades of Green Leaf #537320

Tints of Green Leaf #537320

Color information

#537320 (or 0x537320) is unknown color: approx Green Leaf. HEX triplet: 53, 73 and 20. RGB value is (83,115,32). Sum of RGB (Red+Green+Blue) = 83+115+32=230 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.09% from 230); Green value is 115 (45.31% from 255 or 50% from 230); Blue value is 32 (12.89% from 255 or 13.91% from 230); Max value from RGB is 115 - color contains mainly: green. Hex color #537320 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537320 is #AC8CDF. Grayscale: #606060. Windows color (decimal): -11308256 or 2126675. OLE color: 2126675.

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

Color convert

RGB8311532-
CMYK0.2800.720.55
HSL83.13º56.46%28.82%-
HSV(B)83.13º72.17%45.1%-
XYZ9.9614.23.58-
YUV95.9791.9118.75-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.09%
GREEN value IS 115 (45.31% from 255) = 50%
BLUE value IS 32 (12.89% from 255) = 13.91%
R=36.09%
G=50%
B=13.91%

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
Decimal83115320.2800.720.5583.1356.4628.82
Hex5373201C0483753381d
Octal12316340340110671237035
Binary101001111100111000001110001001000110111101001111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537320; }

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

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

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

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

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

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

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

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