#728213

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

Shades of Trendy Green #728213

Tints of Trendy Green #728213

Color information

#728213 (or 0x728213) is unknown color: approx Trendy Green. HEX triplet: 72, 82 and 13. RGB value is (114,130,19). Sum of RGB (Red+Green+Blue) = 114+130+19=263 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.35% from 263); Green value is 130 (51.17% from 255 or 49.43% from 263); Blue value is 19 (7.81% from 255 or 7.22% from 263); Max value from RGB is 130 - color contains mainly: green. Hex color #728213 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #728213 is #8D7DEC. Grayscale: #707070. Windows color (decimal): -9272813 or 1278578. OLE color: 1278578.

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

Color convert

RGB11413019-
CMYK0.1200.850.49
HSL68.65º74.5%29.22%-
HSV(B)68.65º85.38%50.98%-
XYZ15.0419.593.6-
YUV112.5675.2129.03-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.35%
GREEN value IS 130 (51.17% from 255) = 49.43%
BLUE value IS 19 (7.81% from 255) = 7.22%
R=43.35%
G=49.43%
B=7.22%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal114130190.1200.850.4968.6574.529.22
Hex728213C05531454a1d
Octal162202231401256110511235
Binary111001010000010100111100010101011100011000101100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728213; }

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

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

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

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

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

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

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

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