Html Css Color HEX #71822B Trendy Green

📋 copy color: '#71822B'

red 113 ◦ green 130 ◦ blue 43

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

Shades of Trendy Green #71822B

Tints of Trendy Green #71822B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.03%

R = 39.51%
G = 45.45%
B = 15.03%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.67

 K value IS 0.49

RGB Variations

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

Color information

#71822B (or 0x71822B) is known color: Trendy Green. HEX triplet: 71, 82 and 2B. RGB value is (113,130,43). Sum of RGB (Red+Green+Blue) = 113+130+43=286 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.51% from 286); Green value is 130 (51.17% from 255 or 45.45% from 286); Blue value is 43 (17.19% from 255 or 15.03% from 286); Max value from RGB is 130 - color contains mainly: green. Hex color #71822B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71822B is #8E7DD4. Grayscale: #737373. Windows color (decimal): -9338325 or 2851441. OLE color: 2851441.

HSL color Cylindrical-coordinate representation of color #71822B: hue angle of 71.72º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #71822B is Cyan = 0.13, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.49.

Color convert

RGB 113 130 43 -
CMYK 0.13 0 0.67 0.49
HSL 71.72º 0.5% 0.34% -
HSV(B) 71.72º 0.67% 0.51% -
XYZ 15.23 19.65 5.28 -
YUV 115 87.37 126.57 -
System Red Green Blue C M Y K H S L
Decimal 113 130 43 0.13 0 0.67 0.49 71.72 0.5 0.34
Hex 71 82 2B D 0 43 31 48 32 22
Octal 161 202 53 15 0 103 61 110 62 42
Binary 1110001 10000010 101011 1101 0 1000011 110001 1001000 110010 100010

Color Harmonies of #71822B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71822B

Black with #71822B

Text Example


Text Example

White with #71822B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71822B; }

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

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

background-color css

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

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

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

border-color css

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

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

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