#728215

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

Shades of Trendy Green #728215

Tints of Trendy Green #728215

Color information

#728215 (or 0x728215) is unknown color: approx Trendy Green. HEX triplet: 72, 82 and 15. RGB value is (114,130,21). Sum of RGB (Red+Green+Blue) = 114+130+21=265 (35% of max value = 765). Red value is 114 (44.92% from 255 or 43.02% from 265); Green value is 130 (51.17% from 255 or 49.06% from 265); Blue value is 21 (8.59% from 255 or 7.92% from 265); Max value from RGB is 130 - color contains mainly: green. Hex color #728215 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #728215 is #8D7DEA. Grayscale: #717171. Windows color (decimal): -9272811 or 1409650. OLE color: 1409650.

HSL color Cylindrical-coordinate representation of color #728215: hue angle of 68.81º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #728215 is Cyan = 0.12, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.49.

Color convert

RGB11413021-
CMYK0.1200.840.49
HSL68.81º72.19%29.61%-
HSV(B)68.81º83.85%50.98%-
XYZ15.0619.63.7-
YUV112.7976.2128.86-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.02%
GREEN value IS 130 (51.17% from 255) = 49.06%
BLUE value IS 21 (8.59% from 255) = 7.92%
R=43.02%
G=49.06%
B=7.92%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal114130210.1200.840.4968.8172.1929.61
Hex728215C0543145481e
Octal162202251401246110511036
Binary111001010000010101011100010101001100011000101100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728215; }

 p { color: rgb(114,130,21); }

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

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

 a { background-color: rgb(114,130,21); }

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

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

 span { border-color: rgb(114,130,21); }

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