#56783E

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

Shades of Dingley #56783E

Tints of Dingley #56783E

Color information

#56783E (or 0x56783E) is unknown color: approx Dingley. HEX triplet: 56, 78 and 3E. RGB value is (86,120,62). Sum of RGB (Red+Green+Blue) = 86+120+62=268 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.09% from 268); Green value is 120 (47.27% from 255 or 44.78% from 268); Blue value is 62 (24.61% from 255 or 23.13% from 268); Max value from RGB is 120 - color contains mainly: green. Hex color #56783E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56783E is #A987C1. Grayscale: #676767. Windows color (decimal): -11110338 or 4094038. OLE color: 4094038.

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

Color convert

RGB8612062-
CMYK0.2800.480.53
HSL95.17º31.87%35.69%-
HSV(B)95.17º48.33%47.06%-
XYZ11.4215.767-
YUV103.22104.74115.72-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.09%
GREEN value IS 120 (47.27% from 255) = 44.78%
BLUE value IS 62 (24.61% from 255) = 23.13%
R=32.09%
G=44.78%
B=23.13%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal86120620.2800.480.5395.1731.8735.69
Hex56783E1C030355f2024
Octal1261707634060651374044
Binary101011011110001111101110001100001101011011111100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56783E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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