#536B32

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

Shades of Green Leaf #536B32

Tints of Green Leaf #536B32

Color information

#536B32 (or 0x536B32) is unknown color: approx Green Leaf. HEX triplet: 53, 6B and 32. RGB value is (83,107,50). Sum of RGB (Red+Green+Blue) = 83+107+50=240 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.58% from 240); Green value is 107 (42.19% from 255 or 44.58% from 240); Blue value is 50 (19.92% from 255 or 20.83% from 240); Max value from RGB is 107 - color contains mainly: green. Hex color #536B32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536B32 is #AC94CD. Grayscale: #5D5D5D. Windows color (decimal): -11310286 or 3304275. OLE color: 3304275.

HSL color Cylindrical-coordinate representation of color #536B32: hue angle of 85.26º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #536B32 is Cyan = 0.22, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.58.

Color convert

RGB8310750-
CMYK0.2200.530.58
HSL85.26º36.31%30.78%-
HSV(B)85.26º53.27%41.96%-
XYZ9.412.584.95-
YUV93.33103.55120.63-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.58%
GREEN value IS 107 (42.19% from 255) = 44.58%
BLUE value IS 50 (19.92% from 255) = 20.83%
R=34.58%
G=44.58%
B=20.83%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal83107500.2200.530.5885.2636.3130.78
Hex536B32160353A55241f
Octal1231536226065721254437
Binary10100111101011110010101100110101111010101010110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,107,50); }

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

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

 a { background-color: rgb(83,107,50); }

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

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

 span { border-color: rgb(83,107,50); }

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