#728412

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

Shades of Trendy Green #728412

Tints of Trendy Green #728412

Color information

#728412 (or 0x728412) is unknown color: approx Trendy Green. HEX triplet: 72, 84 and 12. RGB value is (114,132,18). Sum of RGB (Red+Green+Blue) = 114+132+18=264 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.18% from 264); Green value is 132 (51.95% from 255 or 50% from 264); Blue value is 18 (7.42% from 255 or 6.82% from 264); Max value from RGB is 132 - color contains mainly: green. Hex color #728412 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #728412 is #8D7BED. Grayscale: #727272. Windows color (decimal): -9272302 or 1213554. OLE color: 1213554.

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

Color convert

RGB11413218-
CMYK0.1400.860.48
HSL69.47º76%29.41%-
HSV(B)69.47º86.36%51.76%-
XYZ15.320.123.65-
YUV113.6274.04128.27-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.18%
GREEN value IS 132 (51.95% from 255) = 50%
BLUE value IS 18 (7.42% from 255) = 6.82%
R=43.18%
G=50%
B=6.82%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal114132180.1400.860.4869.477629.41
Hex728412E05630454c1d
Octal162204221601266010511435
Binary111001010000100100101110010101101100001000101100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728412; }

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

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

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

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

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

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

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

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