#718130

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

Shades of Trendy Green #718130

Tints of Trendy Green #718130

Color information

#718130 (or 0x718130) is unknown color: approx Trendy Green. HEX triplet: 71, 81 and 30. RGB value is (113,129,48). Sum of RGB (Red+Green+Blue) = 113+129+48=290 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.97% from 290); Green value is 129 (50.78% from 255 or 44.48% from 290); Blue value is 48 (19.14% from 255 or 16.55% from 290); Max value from RGB is 129 - color contains mainly: green. Hex color #718130 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718130 is #8E7ECF. Grayscale: #737373. Windows color (decimal): -9338576 or 3178865. OLE color: 3178865.

HSL color Cylindrical-coordinate representation of color #718130: hue angle of 71.85º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #718130 is Cyan = 0.12, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB11312948-
CMYK0.1200.630.49
HSL71.85º45.76%34.71%-
HSV(B)71.85º62.79%50.59%-
XYZ15.1919.425.74-
YUV114.9890.2126.59-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.97%
GREEN value IS 129 (50.78% from 255) = 44.48%
BLUE value IS 48 (19.14% from 255) = 16.55%
R=38.97%
G=44.48%
B=16.55%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal113129480.1200.630.4971.8545.7634.71
Hex718130C03F31482e23
Octal1612016014077611105643
Binary111000110000001110000110001111111100011001000101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718130; }

 p { color: rgb(113,129,48); }

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

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

 a { background-color: rgb(113,129,48); }

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

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

 span { border-color: rgb(113,129,48); }

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