#718220

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

Shades of Trendy Green #718220

Tints of Trendy Green #718220

Color information

#718220 (or 0x718220) is unknown color: approx Trendy Green. HEX triplet: 71, 82 and 20. RGB value is (113,130,32). Sum of RGB (Red+Green+Blue) = 113+130+32=275 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.09% from 275); Green value is 130 (51.17% from 255 or 47.27% from 275); Blue value is 32 (12.89% from 255 or 11.64% from 275); Max value from RGB is 130 - color contains mainly: green. Hex color #718220 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718220 is #8E7DDF. Grayscale: #727272. Windows color (decimal): -9338336 or 2130545. OLE color: 2130545.

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

Color convert

RGB11313032-
CMYK0.1300.750.49
HSL70.41º60.49%31.76%-
HSV(B)70.41º75.38%50.98%-
XYZ15.0519.584.35-
YUV113.7481.87127.47-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 41.09%
GREEN value IS 130 (51.17% from 255) = 47.27%
BLUE value IS 32 (12.89% from 255) = 11.64%
R=41.09%
G=47.27%
B=11.64%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal113130320.1300.750.4970.4160.4931.76
Hex718220D04B31463c20
Octal16120240150113611067440
Binary1110001100000101000001101010010111100011000110111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718220; }

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

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

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

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

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

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

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

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