#728124

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

Shades of Trendy Green #728124

Tints of Trendy Green #728124

Color information

#728124 (or 0x728124) is unknown color: approx Trendy Green. HEX triplet: 72, 81 and 24. RGB value is (114,129,36). Sum of RGB (Red+Green+Blue) = 114+129+36=279 (36% of max value = 765). Red value is 114 (44.92% from 255 or 40.86% from 279); Green value is 129 (50.78% from 255 or 46.24% from 279); Blue value is 36 (14.45% from 255 or 12.90% from 279); Max value from RGB is 129 - color contains mainly: green. Hex color #728124 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728124 is #8D7EDB. Grayscale: #727272. Windows color (decimal): -9273052 or 2392434. OLE color: 2392434.

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

Color convert

RGB11412936-
CMYK0.1200.720.49
HSL69.68º56.36%32.35%-
HSV(B)69.68º72.09%50.59%-
XYZ15.1119.414.62-
YUV113.9184.03128.06-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.86%
GREEN value IS 129 (50.78% from 255) = 46.24%
BLUE value IS 36 (14.45% from 255) = 12.90%
R=40.86%
G=46.24%
B=12.90%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal114129360.1200.720.4969.6856.3632.35
Hex728124C04831463820
Octal16220144140110611067040
Binary1110010100000011001001100010010001100011000110111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728124; }

 p { color: rgb(114,129,36); }

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

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

 a { background-color: rgb(114,129,36); }

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

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

 span { border-color: rgb(114,129,36); }

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