#537428

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

Shades of Green Leaf #537428

Tints of Green Leaf #537428

Color information

#537428 (or 0x537428) is unknown color: approx Green Leaf. HEX triplet: 53, 74 and 28. RGB value is (83,116,40). Sum of RGB (Red+Green+Blue) = 83+116+40=239 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.73% from 239); Green value is 116 (45.70% from 255 or 48.54% from 239); Blue value is 40 (16.02% from 255 or 16.74% from 239); Max value from RGB is 116 - color contains mainly: green. Hex color #537428 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537428 is #AC8BD7. Grayscale: #616161. Windows color (decimal): -11307992 or 2651219. OLE color: 2651219.

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

Color convert

RGB8311640-
CMYK0.2800.660.55
HSL86.05º48.72%30.59%-
HSV(B)86.05º65.52%45.49%-
XYZ10.214.484.27-
YUV97.4795.57117.68-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.73%
GREEN value IS 116 (45.70% from 255) = 48.54%
BLUE value IS 40 (16.02% from 255) = 16.74%
R=34.73%
G=48.54%
B=16.74%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal83116400.2800.660.5586.0548.7230.59
Hex5374281C0423756311f
Octal12316450340102671266137
Binary101001111101001010001110001000010110111101011011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537428; }

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

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

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

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

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

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

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

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