Html Css Color HEX #718031 Trendy Green

📋 copy color: '#718031'

red 113 ◦ green 128 ◦ blue 49

#718031
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Trendy Green #718031

Tints of Trendy Green #718031

RGB

 RED value IS 113 (44.53% from 255) = 38.97%

 GREEN value IS 128 (50.39% from 255) = 44.14%

 BLUE value IS 49 (19.53% from 255) = 16.9%

R = 38.97%
G = 44.14%
B = 16.9%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.62

 K value IS 0.50

RGB Variations

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

Color information

#718031 (or 0x718031) is known color: Trendy Green. HEX triplet: 71, 80 and 31. RGB value is (113,128,49). Sum of RGB (Red+Green+Blue) = 113+128+49=290 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.97% from 290); Green value is 128 (50.39% from 255 or 44.14% from 290); Blue value is 49 (19.53% from 255 or 16.90% from 290); Max value from RGB is 128 - color contains mainly: green. Hex color #718031 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718031 is #8E7FCE. Grayscale: #727272. Windows color (decimal): -9338831 or 3244145. OLE color: 3244145.

HSL color Cylindrical-coordinate representation of color #718031: hue angle of 71.39º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #718031 is Cyan = 0.12, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.50.

Color convert

RGB 113 128 49 -
CMYK 0.12 0 0.62 0.50
HSL 71.39º 0.45% 0.35% -
HSV(B) 71.39º 0.62% 0.5% -
XYZ 15.08 19.17 5.81 -
YUV 114.51 91.03 126.92 -
System Red Green Blue C M Y K H S L
Decimal 113 128 49 0.12 0 0.62 0.50 71.39 0.45 0.35
Hex 71 80 31 C 0 3E 32 47 2D 23
Octal 161 200 61 14 0 76 62 107 55 43
Binary 1110001 10000000 110001 1100 0 111110 110010 1000111 101101 100011

Color Harmonies of #718031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718031

Black with #718031

Text Example


Text Example

White with #718031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718031; }

 p { color: rgb(113,128,49); }

 H1.HeaderClassName
 {
   color: #718031;
 }
 .AnyTagClassName
 {
   color: #718031;
 }
</style>

background-color css

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

 a { background-color: rgb(113,128,49); }

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

border-color css

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

 span { border-color: rgb(113,128,49); }

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