#728320

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

Shades of Trendy Green #728320

Tints of Trendy Green #728320

Color information

#728320 (or 0x728320) is unknown color: approx Trendy Green. HEX triplet: 72, 83 and 20. RGB value is (114,131,32). Sum of RGB (Red+Green+Blue) = 114+131+32=277 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.16% from 277); Green value is 131 (51.56% from 255 or 47.29% from 277); Blue value is 32 (12.89% from 255 or 11.55% from 277); Max value from RGB is 131 - color contains mainly: green. Hex color #728320 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728320 is #8D7CDF. Grayscale: #737373. Windows color (decimal): -9272544 or 2130802. OLE color: 2130802.

HSL color Cylindrical-coordinate representation of color #728320: hue angle of 70.3º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #728320 is Cyan = 0.13, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.49.

Color convert

RGB11413132-
CMYK0.1300.760.49
HSL70.3º60.74%31.96%-
HSV(B)70.3º75.57%51.37%-
XYZ15.3219.914.4-
YUV114.6381.37127.55-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.16%
GREEN value IS 131 (51.56% from 255) = 47.29%
BLUE value IS 32 (12.89% from 255) = 11.55%
R=41.16%
G=47.29%
B=11.55%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal114131320.1300.760.4970.360.7431.96
Hex728320D04C31463d20
Octal16220340150114611067540
Binary1110010100000111000001101010011001100011000110111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728320; }

 p { color: rgb(114,131,32); }

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

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

 a { background-color: rgb(114,131,32); }

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

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

 span { border-color: rgb(114,131,32); }

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