#728228

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

Shades of Trendy Green #728228

Tints of Trendy Green #728228

Color information

#728228 (or 0x728228) is unknown color: approx Trendy Green. HEX triplet: 72, 82 and 28. RGB value is (114,130,40). Sum of RGB (Red+Green+Blue) = 114+130+40=284 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.14% from 284); Green value is 130 (51.17% from 255 or 45.77% from 284); Blue value is 40 (16.02% from 255 or 14.08% from 284); Max value from RGB is 130 - color contains mainly: green. Hex color #728228 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728228 is #8D7DD7. Grayscale: #737373. Windows color (decimal): -9272792 or 2654834. OLE color: 2654834.

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

Color convert

RGB11413040-
CMYK0.1200.690.49
HSL70.67º52.94%33.33%-
HSV(B)70.67º69.23%50.98%-
XYZ15.3119.75-
YUV114.9685.7127.32-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.14%
GREEN value IS 130 (51.17% from 255) = 45.77%
BLUE value IS 40 (16.02% from 255) = 14.08%
R=40.14%
G=45.77%
B=14.08%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal114130400.1200.690.4970.6752.9433.33
Hex728228C04531473521
Octal16220250140105611076541
Binary1110010100000101010001100010001011100011000111110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728228; }

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

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

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

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

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

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

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

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