#53722D

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

Shades of Green Leaf #53722D

Tints of Green Leaf #53722D

Color information

#53722D (or 0x53722D) is unknown color: approx Green Leaf. HEX triplet: 53, 72 and 2D. RGB value is (83,114,45). Sum of RGB (Red+Green+Blue) = 83+114+45=242 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.30% from 242); Green value is 114 (44.92% from 255 or 47.11% from 242); Blue value is 45 (17.97% from 255 or 18.60% from 242); Max value from RGB is 114 - color contains mainly: green. Hex color #53722D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53722D is #AC8DD2. Grayscale: #616161. Windows color (decimal): -11308499 or 2978387. OLE color: 2978387.

HSL color Cylindrical-coordinate representation of color #53722D: hue angle of 86.96º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #53722D is Cyan = 0.27, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB8311445-
CMYK0.2700.610.55
HSL86.96º43.4%31.18%-
HSV(B)86.96º60.53%44.71%-
XYZ10.0614.064.67-
YUV96.8698.73118.11-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.30%
GREEN value IS 114 (44.92% from 255) = 47.11%
BLUE value IS 45 (17.97% from 255) = 18.60%
R=34.30%
G=47.11%
B=18.60%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal83114450.2700.610.5586.9643.431.18
Hex53722D1B03D37572b1f
Octal1231625533075671275337
Binary10100111110010101101110110111101110111101011110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53722D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53722D; }

 p { color: rgb(83,114,45); }

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

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

 a { background-color: rgb(83,114,45); }

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

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

 span { border-color: rgb(83,114,45); }

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