#728418

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

Shades of Trendy Green #728418

Tints of Trendy Green #728418

Color information

#728418 (or 0x728418) is unknown color: approx Trendy Green. HEX triplet: 72, 84 and 18. RGB value is (114,132,24). Sum of RGB (Red+Green+Blue) = 114+132+24=270 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.22% from 270); Green value is 132 (51.95% from 255 or 48.89% from 270); Blue value is 24 (9.77% from 255 or 8.89% from 270); Max value from RGB is 132 - color contains mainly: green. Hex color #728418 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #728418 is #8D7BE7. Grayscale: #727272. Windows color (decimal): -9272296 or 1606770. OLE color: 1606770.

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

Color convert

RGB11413224-
CMYK0.1400.820.48
HSL70º69.23%30.59%-
HSV(B)70º81.82%51.76%-
XYZ15.3620.153.94-
YUV114.3177.04127.78-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.22%
GREEN value IS 132 (51.95% from 255) = 48.89%
BLUE value IS 24 (9.77% from 255) = 8.89%
R=42.22%
G=48.89%
B=8.89%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal114132240.1400.820.487069.2330.59
Hex728418E0523046451f
Octal162204301601226010610537
Binary111001010000100110001110010100101100001000110100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728418; }

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

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

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

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

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

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

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

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