#71834D

Color #71834D Willow Grove (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Willow Grove #71834D

Tints of Willow Grove #71834D

Color information

#71834D (or 0x71834D) is unknown color: approx Willow Grove. HEX triplet: 71, 83 and 4D. RGB value is (113,131,77). Sum of RGB (Red+Green+Blue) = 113+131+77=321 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.20% from 321); Green value is 131 (51.56% from 255 or 40.81% from 321); Blue value is 77 (30.47% from 255 or 23.99% from 321); Max value from RGB is 131 - color contains mainly: green. Hex color #71834D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71834D is #8E7CB2. Grayscale: #777777. Windows color (decimal): -9338035 or 5079921. OLE color: 5079921.

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

Color convert

RGB11313177-
CMYK0.1400.410.49
HSL80º25.96%40.78%-
HSV(B)80º41.22%51.37%-
XYZ16.2720.2810.08-
YUV119.46104.04123.39-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.20%
GREEN value IS 131 (51.56% from 255) = 40.81%
BLUE value IS 77 (30.47% from 255) = 23.99%
R=35.20%
G=40.81%
B=23.99%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal113131770.1400.410.498025.9640.78
Hex71834DE02931501a29
Octal16120311516051611203251
Binary111000110000011100110111100101001110001101000011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71834D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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