#5C7645

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

Shades of Dingley #5C7645

Tints of Dingley #5C7645

Color information

#5C7645 (or 0x5C7645) is unknown color: approx Dingley. HEX triplet: 5C, 76 and 45. RGB value is (92,118,69). Sum of RGB (Red+Green+Blue) = 92+118+69=279 (36% of max value = 765). Red value is 92 (36.33% from 255 or 32.97% from 279); Green value is 118 (46.48% from 255 or 42.29% from 279); Blue value is 69 (27.34% from 255 or 24.73% from 279); Max value from RGB is 118 - color contains mainly: green. Hex color #5C7645 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C7645 is #A389BA. Grayscale: #686868. Windows color (decimal): -10717627 or 4552284. OLE color: 4552284.

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

Color convert

RGB9211869-
CMYK0.2200.420.54
HSL91.84º26.2%36.67%-
HSV(B)91.84º41.53%46.27%-
XYZ11.9715.668.02-
YUV104.64107.89118.98-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 32.97%
GREEN value IS 118 (46.48% from 255) = 42.29%
BLUE value IS 69 (27.34% from 255) = 24.73%
R=32.97%
G=42.29%
B=24.73%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal92118690.2200.420.5491.8426.236.67
Hex5C76451602A365c1a25
Octal13416610526052661343245
Binary101110011101101000101101100101010110110101110011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C7645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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