#5C7D48

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

Shades of Dingley #5C7D48

Tints of Dingley #5C7D48

Color information

#5C7D48 (or 0x5C7D48) is unknown color: approx Dingley. HEX triplet: 5C, 7D and 48. RGB value is (92,125,72). Sum of RGB (Red+Green+Blue) = 92+125+72=289 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.83% from 289); Green value is 125 (49.22% from 255 or 43.25% from 289); Blue value is 72 (28.52% from 255 or 24.91% from 289); Max value from RGB is 125 - color contains mainly: green. Hex color #5C7D48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C7D48 is #A382B7. Grayscale: #6D6D6D. Windows color (decimal): -10715832 or 4750684. OLE color: 4750684.

HSL color Cylindrical-coordinate representation of color #5C7D48: hue angle of 97.36º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5C7D48 is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.51.

Color convert

RGB9212572-
CMYK0.2600.420.51
HSL97.36º26.9%38.63%-
HSV(B)97.36º42.4%49.02%-
XYZ12.9217.418.81-
YUV109.09107.07115.81-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 31.83%
GREEN value IS 125 (49.22% from 255) = 43.25%
BLUE value IS 72 (28.52% from 255) = 24.91%
R=31.83%
G=43.25%
B=24.91%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal92125720.2600.420.5197.3626.938.63
Hex5C7D481A02A33611b27
Octal13417511032052631413347
Binary101110011111011001000110100101010110011110000111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C7D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,125,72); }

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

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

 a { background-color: rgb(92,125,72); }

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

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

 span { border-color: rgb(92,125,72); }

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