Html Css Color HEX #718221 Trendy Green

📋 copy color: '#718221'

red 113 ◦ green 130 ◦ blue 33

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

Shades of Trendy Green #718221

Tints of Trendy Green #718221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.96%

R = 40.94%
G = 47.1%
B = 11.96%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#718221 (or 0x718221) is known color: Trendy Green. HEX triplet: 71, 82 and 21. RGB value is (113,130,33). Sum of RGB (Red+Green+Blue) = 113+130+33=276 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.94% from 276); Green value is 130 (51.17% from 255 or 47.10% from 276); Blue value is 33 (13.28% from 255 or 11.96% from 276); Max value from RGB is 130 - color contains mainly: green. Hex color #718221 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718221 is #8E7DDE. Grayscale: #727272. Windows color (decimal): -9338335 or 2196081. OLE color: 2196081.

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

Color convert

RGB 113 130 33 -
CMYK 0.13 0 0.75 0.49
HSL 70.52º 0.6% 0.32% -
HSV(B) 70.52º 0.75% 0.51% -
XYZ 15.07 19.59 4.43 -
YUV 113.86 82.37 127.39 -
System Red Green Blue C M Y K H S L
Decimal 113 130 33 0.13 0 0.75 0.49 70.52 0.6 0.32
Hex 71 82 21 D 0 4B 31 47 3C 20
Octal 161 202 41 15 0 113 61 107 74 40
Binary 1110001 10000010 100001 1101 0 1001011 110001 1000111 111100 100000

Color Harmonies of #718221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718221

Black with #718221

Text Example


Text Example

White with #718221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718221; }

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

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

background-color css

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

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

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

border-color css

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

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

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