#5C7649

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

Shades of Dingley #5C7649

Tints of Dingley #5C7649

Color information

#5C7649 (or 0x5C7649) is unknown color: approx Dingley. HEX triplet: 5C, 76 and 49. RGB value is (92,118,73). Sum of RGB (Red+Green+Blue) = 92+118+73=283 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.51% from 283); Green value is 118 (46.48% from 255 or 41.70% from 283); Blue value is 73 (28.91% from 255 or 25.80% from 283); Max value from RGB is 118 - color contains mainly: green. Hex color #5C7649 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C7649 is #A389B6. Grayscale: #696969. Windows color (decimal): -10717623 or 4814428. OLE color: 4814428.

HSL color Cylindrical-coordinate representation of color #5C7649: hue angle of 94.67º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5C7649 is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.54.

Color convert

RGB9211873-
CMYK0.2200.380.54
HSL94.67º23.56%37.45%-
HSV(B)94.67º38.14%46.27%-
XYZ12.0915.718.7-
YUV105.1109.89118.66-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 32.51%
GREEN value IS 118 (46.48% from 255) = 41.70%
BLUE value IS 73 (28.91% from 255) = 25.80%
R=32.51%
G=41.70%
B=25.80%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal92118730.2200.380.5494.6723.5637.45
Hex5C764916026365f1825
Octal13416611126046661373045
Binary101110011101101001001101100100110110110101111111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C7649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,118,73); }

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

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

 a { background-color: rgb(92,118,73); }

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

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

 span { border-color: rgb(92,118,73); }

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