#56793E

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

Shades of Dingley #56793E

Tints of Dingley #56793E

Color information

#56793E (or 0x56793E) is unknown color: approx Dingley. HEX triplet: 56, 79 and 3E. RGB value is (86,121,62). Sum of RGB (Red+Green+Blue) = 86+121+62=269 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.97% from 269); Green value is 121 (47.66% from 255 or 44.98% from 269); Blue value is 62 (24.61% from 255 or 23.05% from 269); Max value from RGB is 121 - color contains mainly: green. Hex color #56793E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56793E is #A986C1. Grayscale: #686868. Windows color (decimal): -11110082 or 4094294. OLE color: 4094294.

HSL color Cylindrical-coordinate representation of color #56793E: hue angle of 95.59º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #56793E is Cyan = 0.29, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.53.

Color convert

RGB8612162-
CMYK0.2900.490.53
HSL95.59º32.24%35.88%-
HSV(B)95.59º48.76%47.45%-
XYZ11.54167.04-
YUV103.81104.4115.3-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.97%
GREEN value IS 121 (47.66% from 255) = 44.98%
BLUE value IS 62 (24.61% from 255) = 23.05%
R=31.97%
G=44.98%
B=23.05%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal86121620.2900.490.5395.5932.2435.88
Hex56793E1D03135602024
Octal1261717635061651404044
Binary101011011110011111101110101100011101011100000100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56793E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56793E; }

 p { color: rgb(86,121,62); }

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

<style>
 a { background-color: #56793E; }

 a { background-color: rgb(86,121,62); }

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

<style>
 span { border-color: #56793E; }

 span { border-color: rgb(86,121,62); }

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