Html Css Color HEX #71821E Trendy Green

📋 copy color: '#71821E'

red 113 ◦ green 130 ◦ blue 30

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

Shades of Trendy Green #71821E

Tints of Trendy Green #71821E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.99%

R = 41.39%
G = 47.62%
B = 10.99%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.77

 K value IS 0.49

RGB Variations

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

Color information

#71821E (or 0x71821E) is known color: Trendy Green. HEX triplet: 71, 82 and 1E. RGB value is (113,130,30). Sum of RGB (Red+Green+Blue) = 113+130+30=273 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.39% from 273); Green value is 130 (51.17% from 255 or 47.62% from 273); Blue value is 30 (12.11% from 255 or 10.99% from 273); Max value from RGB is 130 - color contains mainly: green. Hex color #71821E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71821E is #8E7DE1. Grayscale: #717171. Windows color (decimal): -9338338 or 1999473. OLE color: 1999473.

HSL color Cylindrical-coordinate representation of color #71821E: hue angle of 70.2º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #71821E is Cyan = 0.13, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.49.

Color convert

RGB 113 130 30 -
CMYK 0.13 0 0.77 0.49
HSL 70.2º 0.63% 0.31% -
HSV(B) 70.2º 0.77% 0.51% -
XYZ 15.03 19.57 4.21 -
YUV 113.52 80.87 127.63 -
System Red Green Blue C M Y K H S L
Decimal 113 130 30 0.13 0 0.77 0.49 70.2 0.63 0.31
Hex 71 82 1E D 0 4D 31 46 3E 1F
Octal 161 202 36 15 0 115 61 106 76 37
Binary 1110001 10000010 11110 1101 0 1001101 110001 1000110 111110 11111

Color Harmonies of #71821E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71821E

Black with #71821E

Text Example


Text Example

White with #71821E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71821E; }

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

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

background-color css

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

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

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

border-color css

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

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

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