Html Css Color HEX #71802C Trendy Green

📋 copy color: '#71802C'

red 113 ◦ green 128 ◦ blue 44

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

Shades of Trendy Green #71802C

Tints of Trendy Green #71802C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.44%

R = 39.65%
G = 44.91%
B = 15.44%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.66

 K value IS 0.50

RGB Variations

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

Color information

#71802C (or 0x71802C) is known color: Trendy Green. HEX triplet: 71, 80 and 2C. RGB value is (113,128,44). Sum of RGB (Red+Green+Blue) = 113+128+44=285 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.65% from 285); Green value is 128 (50.39% from 255 or 44.91% from 285); Blue value is 44 (17.58% from 255 or 15.44% from 285); Max value from RGB is 128 - color contains mainly: green. Hex color #71802C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71802C is #8E7FD3. Grayscale: #727272. Windows color (decimal): -9338836 or 2916465. OLE color: 2916465.

HSL color Cylindrical-coordinate representation of color #71802C: hue angle of 70.71º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #71802C is Cyan = 0.12, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.50.

Color convert

RGB 113 128 44 -
CMYK 0.12 0 0.66 0.50
HSL 70.71º 0.49% 0.34% -
HSV(B) 70.71º 0.66% 0.5% -
XYZ 14.98 19.13 5.29 -
YUV 113.94 88.53 127.33 -
System Red Green Blue C M Y K H S L
Decimal 113 128 44 0.12 0 0.66 0.50 70.71 0.49 0.34
Hex 71 80 2C C 0 42 32 47 31 22
Octal 161 200 54 14 0 102 62 107 61 42
Binary 1110001 10000000 101100 1100 0 1000010 110010 1000111 110001 100010

Color Harmonies of #71802C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71802C

Black with #71802C

Text Example


Text Example

White with #71802C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71802C; }

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

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

background-color css

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

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

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

border-color css

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

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

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