#718221

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

Shades of Trendy Green #718221

Tints of Trendy Green #718221

Color information

#718221 (or 0x718221) is unknown color: approx Trendy Green. HEX triplet: 71, 82 and 21. RGB value is (113,130,33). Sum of RGB (Red+Green+Blue) = 113+130+33=276 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.94% from 276); Green value is 130 (51.17% from 255 or 47.10% from 276); Blue value is 33 (13.28% from 255 or 11.96% from 276); Max value from RGB is 130 - color contains mainly: green. Hex color #718221 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718221 is #8E7DDE. Grayscale: #727272. Windows color (decimal): -9338335 or 2196081. OLE color: 2196081.

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

Color convert

RGB11313033-
CMYK0.1300.750.49
HSL70.52º59.51%31.96%-
HSV(B)70.52º74.62%50.98%-
XYZ15.0719.594.43-
YUV113.8682.37127.39-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.94%
GREEN value IS 130 (51.17% from 255) = 47.10%
BLUE value IS 33 (13.28% from 255) = 11.96%
R=40.94%
G=47.10%
B=11.96%

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
Decimal113130330.1300.750.4970.5259.5131.96
Hex718221D04B31473c20
Octal16120241150113611077440
Binary1110001100000101000011101010010111100011000111111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718221; }

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

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

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

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

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

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

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

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