#537035

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

Shades of Green Leaf #537035

Tints of Green Leaf #537035

Color information

#537035 (or 0x537035) is unknown color: approx Green Leaf. HEX triplet: 53, 70 and 35. RGB value is (83,112,53). Sum of RGB (Red+Green+Blue) = 83+112+53=248 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.47% from 248); Green value is 112 (44.14% from 255 or 45.16% from 248); Blue value is 53 (21.09% from 255 or 21.37% from 248); Max value from RGB is 112 - color contains mainly: green. Hex color #537035 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537035 is #AC8FCA. Grayscale: #606060. Windows color (decimal): -11309003 or 3502163. OLE color: 3502163.

HSL color Cylindrical-coordinate representation of color #537035: hue angle of 89.49º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #537035 is Cyan = 0.26, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.56.

Color convert

RGB8311253-
CMYK0.2600.530.56
HSL89.49º35.76%32.35%-
HSV(B)89.49º52.68%43.92%-
XYZ1013.685.48-
YUV96.6103.39118.3-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.47%
GREEN value IS 112 (44.14% from 255) = 45.16%
BLUE value IS 53 (21.09% from 255) = 21.37%
R=33.47%
G=45.16%
B=21.37%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal83112530.2600.530.5689.4935.7632.35
Hex5370351A03538592420
Octal1231606532065701314440
Binary101001111100001101011101001101011110001011001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537035; }

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

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

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

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

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

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

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

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