#718226

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

Shades of Trendy Green #718226

Tints of Trendy Green #718226

Color information

#718226 (or 0x718226) is unknown color: approx Trendy Green. HEX triplet: 71, 82 and 26. RGB value is (113,130,38). Sum of RGB (Red+Green+Blue) = 113+130+38=281 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.21% from 281); Green value is 130 (51.17% from 255 or 46.26% from 281); Blue value is 38 (15.23% from 255 or 13.52% from 281); Max value from RGB is 130 - color contains mainly: green. Hex color #718226 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718226 is #8E7DD9. Grayscale: #727272. Windows color (decimal): -9338330 or 2523761. OLE color: 2523761.

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

Color convert

RGB11313038-
CMYK0.1300.710.49
HSL71.09º54.76%32.94%-
HSV(B)71.09º70.77%50.98%-
XYZ15.1419.624.82-
YUV114.4384.87126.98-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.21%
GREEN value IS 130 (51.17% from 255) = 46.26%
BLUE value IS 38 (15.23% from 255) = 13.52%
R=40.21%
G=46.26%
B=13.52%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal113130380.1300.710.4971.0954.7632.94
Hex718226D04731473721
Octal16120246150107611076741
Binary1110001100000101001101101010001111100011000111110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718226; }

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

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

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

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

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

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

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

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