#53702D

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

Shades of Green Leaf #53702D

Tints of Green Leaf #53702D

Color information

#53702D (or 0x53702D) is unknown color: approx Green Leaf. HEX triplet: 53, 70 and 2D. RGB value is (83,112,45). Sum of RGB (Red+Green+Blue) = 83+112+45=240 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.58% from 240); Green value is 112 (44.14% from 255 or 46.67% from 240); Blue value is 45 (17.97% from 255 or 18.75% from 240); Max value from RGB is 112 - color contains mainly: green. Hex color #53702D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53702D is #AC8FD2. Grayscale: #5F5F5F. Windows color (decimal): -11309011 or 2977875. OLE color: 2977875.

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

Color convert

RGB8311245-
CMYK0.2600.600.56
HSL85.97º42.68%30.78%-
HSV(B)85.97º59.82%43.92%-
XYZ9.8413.624.59-
YUV95.6999.39118.95-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.58%
GREEN value IS 112 (44.14% from 255) = 46.67%
BLUE value IS 45 (17.97% from 255) = 18.75%
R=34.58%
G=46.67%
B=18.75%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal83112450.2600.600.5685.9742.6830.78
Hex53702D1A03C38562b1f
Octal1231605532074701265337
Binary10100111110000101101110100111100111000101011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53702D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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