#536921

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

Shades of Green Leaf #536921

Tints of Green Leaf #536921

Color information

#536921 (or 0x536921) is unknown color: approx Green Leaf. HEX triplet: 53, 69 and 21. RGB value is (83,105,33). Sum of RGB (Red+Green+Blue) = 83+105+33=221 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.56% from 221); Green value is 105 (41.41% from 255 or 47.51% from 221); Blue value is 33 (13.28% from 255 or 14.93% from 221); Max value from RGB is 105 - color contains mainly: green. Hex color #536921 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536921 is #AC96DE. Grayscale: #5A5A5A. Windows color (decimal): -11310815 or 2189651. OLE color: 2189651.

HSL color Cylindrical-coordinate representation of color #536921: hue angle of 78.33º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #536921 is Cyan = 0.21, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.59.

Color convert

RGB8310533-
CMYK0.2100.690.59
HSL78.33º52.17%27.06%-
HSV(B)78.33º68.57%41.18%-
XYZ8.8912.053.3-
YUV90.2195.71122.85-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.56%
GREEN value IS 105 (41.41% from 255) = 47.51%
BLUE value IS 33 (13.28% from 255) = 14.93%
R=37.56%
G=47.51%
B=14.93%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal83105330.2100.690.5978.3352.1727.06
Hex536921150453B4e341b
Octal12315141250105731166433
Binary101001111010011000011010101000101111011100111011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536921; }

 p { color: rgb(83,105,33); }

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

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

 a { background-color: rgb(83,105,33); }

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

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

 span { border-color: rgb(83,105,33); }

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