#5C744E

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

Shades of Dingley #5C744E

Tints of Dingley #5C744E

Color information

#5C744E (or 0x5C744E) is unknown color: approx Dingley. HEX triplet: 5C, 74 and 4E. RGB value is (92,116,78). Sum of RGB (Red+Green+Blue) = 92+116+78=286 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.17% from 286); Green value is 116 (45.70% from 255 or 40.56% from 286); Blue value is 78 (30.86% from 255 or 27.27% from 286); Max value from RGB is 116 - color contains mainly: green. Hex color #5C744E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C744E is #A38BB1. Grayscale: #686868. Windows color (decimal): -10718130 or 5141596. OLE color: 5141596.

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

Color convert

RGB9211678-
CMYK0.2100.330.55
HSL97.89º19.59%38.04%-
HSV(B)97.89º32.76%45.49%-
XYZ12.0315.329.53-
YUV104.49113.05119.09-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 32.17%
GREEN value IS 116 (45.70% from 255) = 40.56%
BLUE value IS 78 (30.86% from 255) = 27.27%
R=32.17%
G=40.56%
B=27.27%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal92116780.2100.330.5597.8919.5938.04
Hex5C744E1502137621426
Octal13416411625041671422446
Binary101110011101001001110101010100001110111110001010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C744E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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