#537A21

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

Shades of Green Leaf #537A21

Tints of Green Leaf #537A21

Color information

#537A21 (or 0x537A21) is unknown color: approx Green Leaf. HEX triplet: 53, 7A and 21. RGB value is (83,122,33). Sum of RGB (Red+Green+Blue) = 83+122+33=238 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.87% from 238); Green value is 122 (48.05% from 255 or 51.26% from 238); Blue value is 33 (13.28% from 255 or 13.87% from 238); Max value from RGB is 122 - color contains mainly: green. Hex color #537A21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537A21 is #AC85DE. Grayscale: #646464. Windows color (decimal): -11306463 or 2194003. OLE color: 2194003.

HSL color Cylindrical-coordinate representation of color #537A21: hue angle of 86.29º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #537A21 is Cyan = 0.32, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.52.

Color convert

RGB8312233-
CMYK0.3200.730.52
HSL86.29º57.42%30.39%-
HSV(B)86.29º72.95%47.84%-
XYZ10.815.873.93-
YUV100.1990.08115.74-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.87%
GREEN value IS 122 (48.05% from 255) = 51.26%
BLUE value IS 33 (13.28% from 255) = 13.87%
R=34.87%
G=51.26%
B=13.87%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal83122330.3200.730.5286.2957.4230.39
Hex537A21200493456391e
Octal12317241400111641267136
Binary1010011111101010000110000001001001110100101011011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537A21; }

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

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

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

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

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

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

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

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