#71831D

Color #71831D Trendy Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Green #71831D

Tints of Trendy Green #71831D

Color information

#71831D (or 0x71831D) is unknown color: approx Trendy Green. HEX triplet: 71, 83 and 1D. RGB value is (113,131,29). Sum of RGB (Red+Green+Blue) = 113+131+29=273 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.39% from 273); Green value is 131 (51.56% from 255 or 47.99% from 273); Blue value is 29 (11.72% from 255 or 10.62% from 273); Max value from RGB is 131 - color contains mainly: green. Hex color #71831D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71831D is #8E7CE2. Grayscale: #727272. Windows color (decimal): -9338083 or 1934193. OLE color: 1934193.

HSL color Cylindrical-coordinate representation of color #71831D: hue angle of 70.59º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #71831D is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB11313129-
CMYK0.1400.780.49
HSL70.59º63.75%31.37%-
HSV(B)70.59º77.86%51.37%-
XYZ15.1519.834.19-
YUV113.9980.04127.29-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 41.39%
GREEN value IS 131 (51.56% from 255) = 47.99%
BLUE value IS 29 (11.72% from 255) = 10.62%
R=41.39%
G=47.99%
B=10.62%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal113131290.1400.780.4970.5963.7531.37
Hex71831DE04E3147401f
Octal161203351601166110710037
Binary111000110000011111011110010011101100011000111100000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71831D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71831D; }

 p { color: rgb(113,131,29); }

 H1.HeaderClassName
 {
   color: #71831D;
 }
 .AnyTagClassName
 {
   color: #71831D;
 }
</style>
background-color css

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

 a { background-color: rgb(113,131,29); }

 div.DivClassName
 {
   background-color: #71831D;
 }
 .BgClassName
 {
   background-color: #71831D;
 }
</style>
border-color css

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

 span { border-color: rgb(113,131,29); }

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