#5F734A

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

Shades of Dingley #5F734A

Tints of Dingley #5F734A

Color information

#5F734A (or 0x5F734A) is unknown color: approx Dingley. HEX triplet: 5F, 73 and 4A. RGB value is (95,115,74). Sum of RGB (Red+Green+Blue) = 95+115+74=284 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.45% from 284); Green value is 115 (45.31% from 255 or 40.49% from 284); Blue value is 74 (29.30% from 255 or 26.06% from 284); Max value from RGB is 115 - color contains mainly: green. Hex color #5F734A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F734A is #A08CB5. Grayscale: #686868. Windows color (decimal): -10521782 or 4879199. OLE color: 4879199.

HSL color Cylindrical-coordinate representation of color #5F734A: hue angle of 89.27º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5F734A is Cyan = 0.17, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB9511574-
CMYK0.1700.360.55
HSL89.27º21.69%37.06%-
HSV(B)89.27º35.65%45.1%-
XYZ12.0915.198.77-
YUV104.35110.87121.33-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 33.45%
GREEN value IS 115 (45.31% from 255) = 40.49%
BLUE value IS 74 (29.30% from 255) = 26.06%
R=33.45%
G=40.49%
B=26.06%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal95115740.1700.360.5589.2721.6937.06
Hex5F734A1102437591625
Octal13716311221044671312645
Binary101111111100111001010100010100100110111101100110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F734A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F734A; }

 p { color: rgb(95,115,74); }

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

<style>
 a { background-color: #5F734A; }

 a { background-color: rgb(95,115,74); }

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

<style>
 span { border-color: #5F734A; }

 span { border-color: rgb(95,115,74); }

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