#53702E

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

Shades of Green Leaf #53702E

Tints of Green Leaf #53702E

Color information

#53702E (or 0x53702E) is unknown color: approx Green Leaf. HEX triplet: 53, 70 and 2E. RGB value is (83,112,46). Sum of RGB (Red+Green+Blue) = 83+112+46=241 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.44% from 241); Green value is 112 (44.14% from 255 or 46.47% from 241); Blue value is 46 (18.36% from 255 or 19.09% from 241); Max value from RGB is 112 - color contains mainly: green. Hex color #53702E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53702E is #AC8FD1. Grayscale: #606060. Windows color (decimal): -11309010 or 3043411. OLE color: 3043411.

HSL color Cylindrical-coordinate representation of color #53702E: hue angle of 86.36º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53702E is Cyan = 0.26, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.56.

Color convert

RGB8311246-
CMYK0.2600.590.56
HSL86.36º41.77%30.98%-
HSV(B)86.36º58.93%43.92%-
XYZ9.8513.624.7-
YUV95.899.89118.87-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.44%
GREEN value IS 112 (44.14% from 255) = 46.47%
BLUE value IS 46 (18.36% from 255) = 19.09%
R=34.44%
G=46.47%
B=19.09%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal83112460.2600.590.5686.3641.7730.98
Hex53702E1A03B38562a1f
Octal1231605632073701265237
Binary10100111110000101110110100111011111000101011010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53702E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53702E; }

 p { color: rgb(83,112,46); }

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

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

 a { background-color: rgb(83,112,46); }

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

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

 span { border-color: rgb(83,112,46); }

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