Html Css Color HEX #718320 Trendy Green

📋 copy color: '#718320'

red 113 ◦ green 131 ◦ blue 32

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

Shades of Trendy Green #718320

Tints of Trendy Green #718320

RGB

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

 GREEN value IS 131 (51.56% from 255) = 47.46%

 BLUE value IS 32 (12.89% from 255) = 11.59%

R = 40.94%
G = 47.46%
B = 11.59%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#718320 (or 0x718320) is known color: Trendy Green. HEX triplet: 71, 83 and 20. RGB value is (113,131,32). Sum of RGB (Red+Green+Blue) = 113+131+32=276 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.94% from 276); Green value is 131 (51.56% from 255 or 47.46% from 276); Blue value is 32 (12.89% from 255 or 11.59% from 276); Max value from RGB is 131 - color contains mainly: green. Hex color #718320 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718320 is #8E7CDF. Grayscale: #727272. Windows color (decimal): -9338080 or 2130801. OLE color: 2130801.

HSL color Cylindrical-coordinate representation of color #718320: hue angle of 70.91º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #718320 is Cyan = 0.14, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.49.

Color convert

RGB 113 131 32 -
CMYK 0.14 0 0.76 0.49
HSL 70.91º 0.61% 0.32% -
HSV(B) 70.91º 0.76% 0.51% -
XYZ 15.19 19.85 4.4 -
YUV 114.33 81.54 127.05 -
System Red Green Blue C M Y K H S L
Decimal 113 131 32 0.14 0 0.76 0.49 70.91 0.61 0.32
Hex 71 83 20 E 0 4C 31 47 3D 20
Octal 161 203 40 16 0 114 61 107 75 40
Binary 1110001 10000011 100000 1110 0 1001100 110001 1000111 111101 100000

Color Harmonies of #718320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718320

Black with #718320

Text Example


Text Example

White with #718320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718320; }

 p { color: rgb(113,131,32); }

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

background-color css

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

 a { background-color: rgb(113,131,32); }

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

border-color css

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

 span { border-color: rgb(113,131,32); }

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