#536F2D

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

Shades of Green Leaf #536F2D

Tints of Green Leaf #536F2D

Color information

#536F2D (or 0x536F2D) is unknown color: approx Green Leaf. HEX triplet: 53, 6F and 2D. RGB value is (83,111,45). Sum of RGB (Red+Green+Blue) = 83+111+45=239 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.73% from 239); Green value is 111 (43.75% from 255 or 46.44% from 239); Blue value is 45 (17.97% from 255 or 18.83% from 239); Max value from RGB is 111 - color contains mainly: green. Hex color #536F2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536F2D is #AC90D2. Grayscale: #5F5F5F. Windows color (decimal): -11309267 or 2977619. OLE color: 2977619.

HSL color Cylindrical-coordinate representation of color #536F2D: hue angle of 85.45º 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 #536F2D is Cyan = 0.25, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.56.

Color convert

RGB8311145-
CMYK0.2500.590.56
HSL85.45º42.31%30.59%-
HSV(B)85.45º59.46%43.53%-
XYZ9.7313.44.56-
YUV95.199.72119.37-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.73%
GREEN value IS 111 (43.75% from 255) = 46.44%
BLUE value IS 45 (17.97% from 255) = 18.83%
R=34.73%
G=46.44%
B=18.83%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal83111450.2500.590.5685.4542.3130.59
Hex536F2D1903B38552a1f
Octal1231575531073701255237
Binary10100111101111101101110010111011111000101010110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536F2D; }

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

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

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

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

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

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

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

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