#537B25

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

Shades of Green Leaf #537B25

Tints of Green Leaf #537B25

Color information

#537B25 (or 0x537B25) is unknown color: approx Green Leaf. HEX triplet: 53, 7B and 25. RGB value is (83,123,37). Sum of RGB (Red+Green+Blue) = 83+123+37=243 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.16% from 243); Green value is 123 (48.44% from 255 or 50.62% from 243); Blue value is 37 (14.84% from 255 or 15.23% from 243); Max value from RGB is 123 - color contains mainly: green. Hex color #537B25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537B25 is #AC84DA. Grayscale: #656565. Windows color (decimal): -11306203 or 2456403. OLE color: 2456403.

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

Color convert

RGB8312337-
CMYK0.3300.700.52
HSL87.91º53.75%31.37%-
HSV(B)87.91º69.92%48.24%-
XYZ10.9816.144.29-
YUV101.2491.75114.99-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.16%
GREEN value IS 123 (48.44% from 255) = 50.62%
BLUE value IS 37 (14.84% from 255) = 15.23%
R=34.16%
G=50.62%
B=15.23%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal83123370.3300.700.5287.9153.7531.37
Hex537B25210463458361f
Octal12317345410106641306637
Binary1010011111101110010110000101000110110100101100011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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