#537B2D

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

Shades of Green Leaf #537B2D

Tints of Green Leaf #537B2D

Color information

#537B2D (or 0x537B2D) is unknown color: approx Green Leaf. HEX triplet: 53, 7B and 2D. RGB value is (83,123,45). Sum of RGB (Red+Green+Blue) = 83+123+45=251 (33% of max value = 765). Red value is 83 (32.81% from 255 or 33.07% from 251); Green value is 123 (48.44% from 255 or 49.00% from 251); Blue value is 45 (17.97% from 255 or 17.93% from 251); Max value from RGB is 123 - color contains mainly: green. Hex color #537B2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537B2D is #AC84D2. Grayscale: #666666. Windows color (decimal): -11306195 or 2980691. OLE color: 2980691.

HSL color Cylindrical-coordinate representation of color #537B2D: hue angle of 90.77º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #537B2D is Cyan = 0.33, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.52.

Color convert

RGB8312345-
CMYK0.3300.630.52
HSL90.77º46.43%32.94%-
HSV(B)90.77º63.41%48.24%-
XYZ11.1216.195.02-
YUV102.1595.75114.34-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.07%
GREEN value IS 123 (48.44% from 255) = 49.00%
BLUE value IS 45 (17.97% from 255) = 17.93%
R=33.07%
G=49.00%
B=17.93%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal83123450.3300.630.5290.7746.4332.94
Hex537B2D2103F345b2e21
Octal1231735541077641335641
Binary1010011111101110110110000101111111101001011011101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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