#718228

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

Shades of Trendy Green #718228

Tints of Trendy Green #718228

Color information

#718228 (or 0x718228) is unknown color: approx Trendy Green. HEX triplet: 71, 82 and 28. RGB value is (113,130,40). Sum of RGB (Red+Green+Blue) = 113+130+40=283 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.93% from 283); Green value is 130 (51.17% from 255 or 45.94% from 283); Blue value is 40 (16.02% from 255 or 14.13% from 283); Max value from RGB is 130 - color contains mainly: green. Hex color #718228 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718228 is #8E7DD7. Grayscale: #737373. Windows color (decimal): -9338328 or 2654833. OLE color: 2654833.

HSL color Cylindrical-coordinate representation of color #718228: hue angle of 71.33º 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 #718228 is Cyan = 0.13, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB11313040-
CMYK0.1300.690.49
HSL71.33º52.94%33.33%-
HSV(B)71.33º69.23%50.98%-
XYZ15.1819.635-
YUV114.6685.87126.82-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.93%
GREEN value IS 130 (51.17% from 255) = 45.94%
BLUE value IS 40 (16.02% from 255) = 14.13%
R=39.93%
G=45.94%
B=14.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal113130400.1300.690.4971.3352.9433.33
Hex718228D04531473521
Octal16120250150105611076541
Binary1110001100000101010001101010001011100011000111110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718228; }

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

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

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

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

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

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

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

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