#537335

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

Shades of Green Leaf #537335

Tints of Green Leaf #537335

Color information

#537335 (or 0x537335) is unknown color: approx Green Leaf. HEX triplet: 53, 73 and 35. RGB value is (83,115,53). Sum of RGB (Red+Green+Blue) = 83+115+53=251 (33% of max value = 765). Red value is 83 (32.81% from 255 or 33.07% from 251); Green value is 115 (45.31% from 255 or 45.82% from 251); Blue value is 53 (21.09% from 255 or 21.12% from 251); Max value from RGB is 115 - color contains mainly: green. Hex color #537335 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537335 is #AC8CCA. Grayscale: #626262. Windows color (decimal): -11308235 or 3502931. OLE color: 3502931.

HSL color Cylindrical-coordinate representation of color #537335: hue angle of 90.97º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #537335 is Cyan = 0.28, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.55.

Color convert

RGB8311553-
CMYK0.2800.540.55
HSL90.97º36.9%32.94%-
HSV(B)90.97º53.91%45.1%-
XYZ10.3414.365.59-
YUV98.36102.4117.04-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.07%
GREEN value IS 115 (45.31% from 255) = 45.82%
BLUE value IS 53 (21.09% from 255) = 21.12%
R=33.07%
G=45.82%
B=21.12%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal83115530.2800.540.5590.9736.932.94
Hex5373351C036375b2521
Octal1231636534066671334541
Binary101001111100111101011110001101101101111011011100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537335; }

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

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

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

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

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

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

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

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