#728226

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

Shades of Trendy Green #728226

Tints of Trendy Green #728226

Color information

#728226 (or 0x728226) is unknown color: approx Trendy Green. HEX triplet: 72, 82 and 26. RGB value is (114,130,38). Sum of RGB (Red+Green+Blue) = 114+130+38=282 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.43% from 282); Green value is 130 (51.17% from 255 or 46.10% from 282); Blue value is 38 (15.23% from 255 or 13.48% from 282); Max value from RGB is 130 - color contains mainly: green. Hex color #728226 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728226 is #8D7DD9. Grayscale: #737373. Windows color (decimal): -9272794 or 2523762. OLE color: 2523762.

HSL color Cylindrical-coordinate representation of color #728226: hue angle of 70.43º degrees, saturation: 0.55, 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 #728226 is Cyan = 0.12, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.49.

Color convert

RGB11413038-
CMYK0.1200.710.49
HSL70.43º54.76%32.94%-
HSV(B)70.43º70.77%50.98%-
XYZ15.2719.684.83-
YUV114.7384.7127.48-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.43%
GREEN value IS 130 (51.17% from 255) = 46.10%
BLUE value IS 38 (15.23% from 255) = 13.48%
R=40.43%
G=46.10%
B=13.48%

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
Decimal114130380.1200.710.4970.4354.7632.94
Hex728226C04731463721
Octal16220246140107611066741
Binary1110010100000101001101100010001111100011000110110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728226; }

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

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

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

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

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

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

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

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