#537F26

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

Shades of Green Leaf #537F26

Tints of Green Leaf #537F26

Color information

#537F26 (or 0x537F26) is unknown color: approx Green Leaf. HEX triplet: 53, 7F and 26. RGB value is (83,127,38). Sum of RGB (Red+Green+Blue) = 83+127+38=248 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.47% from 248); Green value is 127 (50% from 255 or 51.21% from 248); Blue value is 38 (15.23% from 255 or 15.32% from 248); Max value from RGB is 127 - color contains mainly: green. Hex color #537F26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537F26 is #AC80D9. Grayscale: #686868. Windows color (decimal): -11305178 or 2522963. OLE color: 2522963.

HSL color Cylindrical-coordinate representation of color #537F26: hue angle of 89.66º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #537F26 is Cyan = 0.35, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.50.

Color convert

RGB8312738-
CMYK0.3500.700.50
HSL89.66º53.94%32.35%-
HSV(B)89.66º70.08%49.8%-
XYZ11.5117.164.54-
YUV103.790.92113.24-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.47%
GREEN value IS 127 (50% from 255) = 51.21%
BLUE value IS 38 (15.23% from 255) = 15.32%
R=33.47%
G=51.21%
B=15.32%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal83127380.3500.700.5089.6653.9432.35
Hex537F2623046325a3620
Octal12317746430106621326640
Binary10100111111111100110100011010001101100101011010110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,127,38); }

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

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

 a { background-color: rgb(83,127,38); }

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

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

 span { border-color: rgb(83,127,38); }

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