Html Css Color HEX #718224 Trendy Green

📋 copy color: '#718224'

red 113 ◦ green 130 ◦ blue 36

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

Shades of Trendy Green #718224

Tints of Trendy Green #718224

RGB

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

 GREEN value IS 130 (51.17% from 255) = 46.59%

 BLUE value IS 36 (14.45% from 255) = 12.9%

R = 40.5%
G = 46.59%
B = 12.9%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#718224 (or 0x718224) is known color: Trendy Green. HEX triplet: 71, 82 and 24. RGB value is (113,130,36). Sum of RGB (Red+Green+Blue) = 113+130+36=279 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.50% from 279); Green value is 130 (51.17% from 255 or 46.59% from 279); Blue value is 36 (14.45% from 255 or 12.90% from 279); Max value from RGB is 130 - color contains mainly: green. Hex color #718224 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718224 is #8E7DDB. Grayscale: #727272. Windows color (decimal): -9338332 or 2392689. OLE color: 2392689.

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

Color convert

RGB 113 130 36 -
CMYK 0.13 0 0.72 0.49
HSL 70.85º 0.57% 0.33% -
HSV(B) 70.85º 0.72% 0.51% -
XYZ 15.11 19.6 4.66 -
YUV 114.2 83.87 127.14 -
System Red Green Blue C M Y K H S L
Decimal 113 130 36 0.13 0 0.72 0.49 70.85 0.57 0.33
Hex 71 82 24 D 0 48 31 47 39 21
Octal 161 202 44 15 0 110 61 107 71 41
Binary 1110001 10000010 100100 1101 0 1001000 110001 1000111 111001 100001

Color Harmonies of #718224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718224

Black with #718224

Text Example


Text Example

White with #718224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718224; }

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

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

background-color css

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

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

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

border-color css

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

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

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