#718224

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

Shades of Trendy Green #718224

Tints of Trendy Green #718224

Color information

#718224 (or 0x718224) is unknown color: approx Trendy Green. HEX triplet: 71, 82 and 24. RGB value is (113,130,36). Sum of RGB (Red+Green+Blue) = 113+130+36=279 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.50% from 279); Green value is 130 (51.17% from 255 or 46.59% from 279); Blue value is 36 (14.45% from 255 or 12.90% from 279); Max value from RGB is 130 - color contains mainly: green. Hex color #718224 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718224 is #8E7DDB. Grayscale: #727272. Windows color (decimal): -9338332 or 2392689. OLE color: 2392689.

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

Color convert

RGB11313036-
CMYK0.1300.720.49
HSL70.85º56.63%32.55%-
HSV(B)70.85º72.31%50.98%-
XYZ15.1119.64.66-
YUV114.283.87127.14-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.50%
GREEN value IS 130 (51.17% from 255) = 46.59%
BLUE value IS 36 (14.45% from 255) = 12.90%
R=40.50%
G=46.59%
B=12.90%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal113130360.1300.720.4970.8556.6332.55
Hex718224D04831473921
Octal16120244150110611077141
Binary1110001100000101001001101010010001100011000111111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718224; }

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

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

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

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

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

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

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

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