#5C704E

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

Shades of Dingley #5C704E

Tints of Dingley #5C704E

Color information

#5C704E (or 0x5C704E) is unknown color: approx Dingley. HEX triplet: 5C, 70 and 4E. RGB value is (92,112,78). Sum of RGB (Red+Green+Blue) = 92+112+78=282 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.62% from 282); Green value is 112 (44.14% from 255 or 39.72% from 282); Blue value is 78 (30.86% from 255 or 27.66% from 282); Max value from RGB is 112 - color contains mainly: green. Hex color #5C704E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C704E is #A38FB1. Grayscale: #666666. Windows color (decimal): -10719154 or 5140572. OLE color: 5140572.

HSL color Cylindrical-coordinate representation of color #5C704E: hue angle of 95.29º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5C704E is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB9211278-
CMYK0.1800.300.56
HSL95.29º17.89%37.25%-
HSV(B)95.29º30.36%43.92%-
XYZ11.5814.419.38-
YUV102.14114.37120.76-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 32.62%
GREEN value IS 112 (44.14% from 255) = 39.72%
BLUE value IS 78 (30.86% from 255) = 27.66%
R=32.62%
G=39.72%
B=27.66%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal92112780.1800.300.5695.2917.8937.25
Hex5C704E1201E385f1225
Octal13416011622036701372245
Binary10111001110000100111010010011110111000101111110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C704E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,112,78); }

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

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

 a { background-color: rgb(92,112,78); }

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

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

 span { border-color: rgb(92,112,78); }

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