#71834B

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

Shades of Dingley #71834B

Tints of Dingley #71834B

Color information

#71834B (or 0x71834B) is unknown color: approx Dingley. HEX triplet: 71, 83 and 4B. RGB value is (113,131,75). Sum of RGB (Red+Green+Blue) = 113+131+75=319 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.42% from 319); Green value is 131 (51.56% from 255 or 41.07% from 319); Blue value is 75 (29.69% from 255 or 23.51% from 319); Max value from RGB is 131 - color contains mainly: green. Hex color #71834B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71834B is #8E7CB4. Grayscale: #777777. Windows color (decimal): -9338037 or 4948849. OLE color: 4948849.

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

Color convert

RGB11313175-
CMYK0.1400.430.49
HSL79.29º27.18%40.39%-
HSV(B)79.29º42.75%51.37%-
XYZ16.220.259.71-
YUV119.23103.04123.55-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.42%
GREEN value IS 131 (51.56% from 255) = 41.07%
BLUE value IS 75 (29.69% from 255) = 23.51%
R=35.42%
G=41.07%
B=23.51%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal113131750.1400.430.4979.2927.1840.39
Hex71834BE02B314f1b28
Octal16120311316053611173350
Binary111000110000011100101111100101011110001100111111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71834B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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