#5E724C

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

Shades of Dingley #5E724C

Tints of Dingley #5E724C

Color information

#5E724C (or 0x5E724C) is unknown color: approx Dingley. HEX triplet: 5E, 72 and 4C. RGB value is (94,114,76). Sum of RGB (Red+Green+Blue) = 94+114+76=284 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.10% from 284); Green value is 114 (44.92% from 255 or 40.14% from 284); Blue value is 76 (30.08% from 255 or 26.76% from 284); Max value from RGB is 114 - color contains mainly: green. Hex color #5E724C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E724C is #A18DB3. Grayscale: #676767. Windows color (decimal): -10587572 or 5010014. OLE color: 5010014.

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

Color convert

RGB9411476-
CMYK0.1800.330.55
HSL91.58º20%37.25%-
HSV(B)91.58º33.33%44.71%-
XYZ11.9414.949.09-
YUV103.69112.37121.09-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 33.10%
GREEN value IS 114 (44.92% from 255) = 40.14%
BLUE value IS 76 (30.08% from 255) = 26.76%
R=33.10%
G=40.14%
B=26.76%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal94114760.1800.330.5591.582037.25
Hex5E724C12021375c1425
Octal13616211422041671342445
Binary101111011100101001100100100100001110111101110010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E724C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,114,76); }

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

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

 a { background-color: rgb(94,114,76); }

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

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

 span { border-color: rgb(94,114,76); }

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