#537429

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

Shades of Green Leaf #537429

Tints of Green Leaf #537429

Color information

#537429 (or 0x537429) is unknown color: approx Green Leaf. HEX triplet: 53, 74 and 29. RGB value is (83,116,41). Sum of RGB (Red+Green+Blue) = 83+116+41=240 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.58% from 240); Green value is 116 (45.70% from 255 or 48.33% from 240); Blue value is 41 (16.41% from 255 or 17.08% from 240); Max value from RGB is 116 - color contains mainly: green. Hex color #537429 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537429 is #AC8BD6. Grayscale: #616161. Windows color (decimal): -11307991 or 2716755. OLE color: 2716755.

HSL color Cylindrical-coordinate representation of color #537429: hue angle of 86.4º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #537429 is Cyan = 0.28, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.55.

Color convert

RGB8311641-
CMYK0.2800.650.55
HSL86.4º47.77%30.78%-
HSV(B)86.4º64.66%45.49%-
XYZ10.2114.494.36-
YUV97.5896.07117.6-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.58%
GREEN value IS 116 (45.70% from 255) = 48.33%
BLUE value IS 41 (16.41% from 255) = 17.08%
R=34.58%
G=48.33%
B=17.08%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal83116410.2800.650.5586.447.7730.78
Hex5374291C0413756301f
Octal12316451340101671266037
Binary101001111101001010011110001000001110111101011011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537429; }

 p { color: rgb(83,116,41); }

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

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

 a { background-color: rgb(83,116,41); }

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

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

 span { border-color: rgb(83,116,41); }

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