#728222

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

Shades of Trendy Green #728222

Tints of Trendy Green #728222

Color information

#728222 (or 0x728222) is unknown color: approx Trendy Green. HEX triplet: 72, 82 and 22. RGB value is (114,130,34). Sum of RGB (Red+Green+Blue) = 114+130+34=278 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.01% from 278); Green value is 130 (51.17% from 255 or 46.76% from 278); Blue value is 34 (13.67% from 255 or 12.23% from 278); Max value from RGB is 130 - color contains mainly: green. Hex color #728222 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728222 is #8D7DDD. Grayscale: #727272. Windows color (decimal): -9272798 or 2261618. OLE color: 2261618.

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

Color convert

RGB11413034-
CMYK0.1200.740.49
HSL70º58.54%32.16%-
HSV(B)70º73.85%50.98%-
XYZ15.2119.664.51-
YUV114.2782.7127.81-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.01%
GREEN value IS 130 (51.17% from 255) = 46.76%
BLUE value IS 34 (13.67% from 255) = 12.23%
R=41.01%
G=46.76%
B=12.23%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal114130340.1200.740.497058.5432.16
Hex728222C04A31463b20
Octal16220242140112611067340
Binary1110010100000101000101100010010101100011000110111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728222; }

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

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

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

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

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

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

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

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