#536D22

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

Shades of Green Leaf #536D22

Tints of Green Leaf #536D22

Color information

#536D22 (or 0x536D22) is unknown color: approx Green Leaf. HEX triplet: 53, 6D and 22. RGB value is (83,109,34). Sum of RGB (Red+Green+Blue) = 83+109+34=226 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.73% from 226); Green value is 109 (42.97% from 255 or 48.23% from 226); Blue value is 34 (13.67% from 255 or 15.04% from 226); Max value from RGB is 109 - color contains mainly: green. Hex color #536D22 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536D22 is #AC92DD. Grayscale: #5C5C5C. Windows color (decimal): -11309790 or 2256211. OLE color: 2256211.

HSL color Cylindrical-coordinate representation of color #536D22: hue angle of 80.8º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #536D22 is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.57.

Color convert

RGB8310934-
CMYK0.2400.690.57
HSL80.8º52.45%28.04%-
HSV(B)80.8º68.81%42.75%-
XYZ9.3212.893.51-
YUV92.6894.89121.1-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.73%
GREEN value IS 109 (42.97% from 255) = 48.23%
BLUE value IS 34 (13.67% from 255) = 15.04%
R=36.73%
G=48.23%
B=15.04%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal83109340.2400.690.5780.852.4528.04
Hex536D22180453951341c
Octal12315542300105711216434
Binary101001111011011000101100001000101111001101000111010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536D22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,109,34); }

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

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

 a { background-color: rgb(83,109,34); }

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

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

 span { border-color: rgb(83,109,34); }

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