#728126

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

Shades of Trendy Green #728126

Tints of Trendy Green #728126

Color information

#728126 (or 0x728126) is unknown color: approx Trendy Green. HEX triplet: 72, 81 and 26. RGB value is (114,129,38). Sum of RGB (Red+Green+Blue) = 114+129+38=281 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.57% from 281); Green value is 129 (50.78% from 255 or 45.91% from 281); Blue value is 38 (15.23% from 255 or 13.52% from 281); Max value from RGB is 129 - color contains mainly: green. Hex color #728126 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728126 is #8D7ED9. Grayscale: #727272. Windows color (decimal): -9273050 or 2523506. OLE color: 2523506.

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

Color convert

RGB11412938-
CMYK0.1200.710.49
HSL69.89º54.49%32.75%-
HSV(B)69.89º70.54%50.59%-
XYZ15.1419.424.78-
YUV114.1485.03127.9-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.57%
GREEN value IS 129 (50.78% from 255) = 45.91%
BLUE value IS 38 (15.23% from 255) = 13.52%
R=40.57%
G=45.91%
B=13.52%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal114129380.1200.710.4969.8954.4932.75
Hex728126C04731463621
Octal16220146140107611066641
Binary1110010100000011001101100010001111100011000110110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728126; }

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

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

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

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

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

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

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

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