#5C734D

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

Shades of Dingley #5C734D

Tints of Dingley #5C734D

Color information

#5C734D (or 0x5C734D) is unknown color: approx Dingley. HEX triplet: 5C, 73 and 4D. RGB value is (92,115,77). Sum of RGB (Red+Green+Blue) = 92+115+77=284 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.39% from 284); Green value is 115 (45.31% from 255 or 40.49% from 284); Blue value is 77 (30.47% from 255 or 27.11% from 284); Max value from RGB is 115 - color contains mainly: green. Hex color #5C734D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C734D is #A38CB2. Grayscale: #676767. Windows color (decimal): -10718387 or 5075804. OLE color: 5075804.

HSL color Cylindrical-coordinate representation of color #5C734D: hue angle of 96.32º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5C734D is Cyan = 0.20, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB9211577-
CMYK0.2000.330.55
HSL96.32º19.79%37.65%-
HSV(B)96.32º33.04%45.1%-
XYZ11.8815.079.3-
YUV103.79112.88119.59-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 32.39%
GREEN value IS 115 (45.31% from 255) = 40.49%
BLUE value IS 77 (30.47% from 255) = 27.11%
R=32.39%
G=40.49%
B=27.11%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal92115770.2000.330.5596.3219.7937.65
Hex5C734D1402137601426
Octal13416311524041671402446
Binary101110011100111001101101000100001110111110000010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C734D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,115,77); }

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

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

 a { background-color: rgb(92,115,77); }

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

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

 span { border-color: rgb(92,115,77); }

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