#5C744C

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

Shades of Dingley #5C744C

Tints of Dingley #5C744C

Color information

#5C744C (or 0x5C744C) is unknown color: approx Dingley. HEX triplet: 5C, 74 and 4C. RGB value is (92,116,76). Sum of RGB (Red+Green+Blue) = 92+116+76=284 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.39% from 284); Green value is 116 (45.70% from 255 or 40.85% from 284); Blue value is 76 (30.08% from 255 or 26.76% from 284); Max value from RGB is 116 - color contains mainly: green. Hex color #5C744C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C744C is #A38BB3. Grayscale: #686868. Windows color (decimal): -10718132 or 5010524. OLE color: 5010524.

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

Color convert

RGB9211676-
CMYK0.2100.340.55
HSL96º20.83%37.65%-
HSV(B)96º34.48%45.49%-
XYZ11.9615.299.16-
YUV104.26112.05119.25-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 32.39%
GREEN value IS 116 (45.70% from 255) = 40.85%
BLUE value IS 76 (30.08% from 255) = 26.76%
R=32.39%
G=40.85%
B=26.76%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal92116760.2100.340.559620.8337.65
Hex5C744C1502237601526
Octal13416411425042671402546
Binary101110011101001001100101010100010110111110000010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C744C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,116,76); }

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

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

 a { background-color: rgb(92,116,76); }

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

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

 span { border-color: rgb(92,116,76); }

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