#71834A

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

Shades of Dingley #71834A

Tints of Dingley #71834A

Color information

#71834A (or 0x71834A) is unknown color: approx Dingley. HEX triplet: 71, 83 and 4A. RGB value is (113,131,74). Sum of RGB (Red+Green+Blue) = 113+131+74=318 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.53% from 318); Green value is 131 (51.56% from 255 or 41.19% from 318); Blue value is 74 (29.30% from 255 or 23.27% from 318); Max value from RGB is 131 - color contains mainly: green. Hex color #71834A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71834A is #8E7CB5. Grayscale: #777777. Windows color (decimal): -9338038 or 4883313. OLE color: 4883313.

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

Color convert

RGB11313174-
CMYK0.1400.440.49
HSL78.95º27.8%40.2%-
HSV(B)78.95º43.51%51.37%-
XYZ16.1620.249.53-
YUV119.12102.54123.63-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.53%
GREEN value IS 131 (51.56% from 255) = 41.19%
BLUE value IS 74 (29.30% from 255) = 23.27%
R=35.53%
G=41.19%
B=23.27%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal113131740.1400.440.4978.9527.840.2
Hex71834AE02C314f1c28
Octal16120311216054611173450
Binary111000110000011100101011100101100110001100111111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71834A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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