Html Css Color HEX #718213 Trendy Green

📋 copy color: '#718213'

red 113 ◦ green 130 ◦ blue 19

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

Shades of Trendy Green #718213

Tints of Trendy Green #718213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.25%

R = 43.13%
G = 49.62%
B = 7.25%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#718213 (or 0x718213) is known color: Trendy Green. HEX triplet: 71, 82 and 13. RGB value is (113,130,19). Sum of RGB (Red+Green+Blue) = 113+130+19=262 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.13% from 262); Green value is 130 (51.17% from 255 or 49.62% from 262); Blue value is 19 (7.81% from 255 or 7.25% from 262); Max value from RGB is 130 - color contains mainly: green. Hex color #718213 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718213 is #8E7DEC. Grayscale: #707070. Windows color (decimal): -9338349 or 1278577. OLE color: 1278577.

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

Color convert

RGB 113 130 19 -
CMYK 0.13 0 0.85 0.49
HSL 69.19º 0.74% 0.29% -
HSV(B) 69.19º 0.85% 0.51% -
XYZ 14.91 19.52 3.6 -
YUV 112.26 75.37 128.53 -
System Red Green Blue C M Y K H S L
Decimal 113 130 19 0.13 0 0.85 0.49 69.19 0.74 0.29
Hex 71 82 13 D 0 55 31 45 4A 1D
Octal 161 202 23 15 0 125 61 105 112 35
Binary 1110001 10000010 10011 1101 0 1010101 110001 1000101 1001010 11101

Color Harmonies of #718213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718213

Black with #718213

Text Example


Text Example

White with #718213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718213; }

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

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

background-color css

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

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

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

border-color css

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

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

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