#537328

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

Shades of Green Leaf #537328

Tints of Green Leaf #537328

Color information

#537328 (or 0x537328) is unknown color: approx Green Leaf. HEX triplet: 53, 73 and 28. RGB value is (83,115,40). Sum of RGB (Red+Green+Blue) = 83+115+40=238 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.87% from 238); Green value is 115 (45.31% from 255 or 48.32% from 238); Blue value is 40 (16.02% from 255 or 16.81% from 238); Max value from RGB is 115 - color contains mainly: green. Hex color #537328 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537328 is #AC8CD7. Grayscale: #616161. Windows color (decimal): -11308248 or 2650963. OLE color: 2650963.

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

Color convert

RGB8311540-
CMYK0.2800.650.55
HSL85.6º48.39%30.39%-
HSV(B)85.6º65.22%45.1%-
XYZ10.0814.254.23-
YUV96.8895.9118.1-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.87%
GREEN value IS 115 (45.31% from 255) = 48.32%
BLUE value IS 40 (16.02% from 255) = 16.81%
R=34.87%
G=48.32%
B=16.81%

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
Decimal83115400.2800.650.5585.648.3930.39
Hex5373281C0413756301e
Octal12316350340101671266036
Binary101001111100111010001110001000001110111101011011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537328; }

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

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

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

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

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

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

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

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