#56783F

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

Shades of Dingley #56783F

Tints of Dingley #56783F

Color information

#56783F (or 0x56783F) is unknown color: approx Dingley. HEX triplet: 56, 78 and 3F. RGB value is (86,120,63). Sum of RGB (Red+Green+Blue) = 86+120+63=269 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.97% from 269); Green value is 120 (47.27% from 255 or 44.61% from 269); Blue value is 63 (25% from 255 or 23.42% from 269); Max value from RGB is 120 - color contains mainly: green. Hex color #56783F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56783F is #A987C0. Grayscale: #676767. Windows color (decimal): -11110337 or 4159574. OLE color: 4159574.

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

Color convert

RGB8612063-
CMYK0.2800.480.53
HSL95.79º31.15%35.88%-
HSV(B)95.79º47.5%47.06%-
XYZ11.4515.777.14-
YUV103.34105.24115.63-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.97%
GREEN value IS 120 (47.27% from 255) = 44.61%
BLUE value IS 63 (25% from 255) = 23.42%
R=31.97%
G=44.61%
B=23.42%

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
Decimal86120630.2800.480.5395.7931.1535.88
Hex56783F1C03035601f24
Octal1261707734060651403744
Binary10101101111000111111111000110000110101110000011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56783F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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