#728212

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

Shades of Trendy Green #728212

Tints of Trendy Green #728212

Color information

#728212 (or 0x728212) is unknown color: approx Trendy Green. HEX triplet: 72, 82 and 12. RGB value is (114,130,18). Sum of RGB (Red+Green+Blue) = 114+130+18=262 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.51% from 262); Green value is 130 (51.17% from 255 or 49.62% from 262); Blue value is 18 (7.42% from 255 or 6.87% from 262); Max value from RGB is 130 - color contains mainly: green. Hex color #728212 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #728212 is #8D7DED. Grayscale: #707070. Windows color (decimal): -9272814 or 1213042. OLE color: 1213042.

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

Color convert

RGB11413018-
CMYK0.1200.860.49
HSL68.57º75.68%29.02%-
HSV(B)68.57º86.15%50.98%-
XYZ15.0319.593.56-
YUV112.4574.7129.11-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.51%
GREEN value IS 130 (51.17% from 255) = 49.62%
BLUE value IS 18 (7.42% from 255) = 6.87%
R=43.51%
G=49.62%
B=6.87%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal114130180.1200.860.4968.5775.6829.02
Hex728212C05631454c1d
Octal162202221401266110511435
Binary111001010000010100101100010101101100011000101100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728212; }

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

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

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

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

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

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

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

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