#56773E

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

Shades of Dingley #56773E

Tints of Dingley #56773E

Color information

#56773E (or 0x56773E) is unknown color: approx Dingley. HEX triplet: 56, 77 and 3E. RGB value is (86,119,62). Sum of RGB (Red+Green+Blue) = 86+119+62=267 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.21% from 267); Green value is 119 (46.88% from 255 or 44.57% from 267); Blue value is 62 (24.61% from 255 or 23.22% from 267); Max value from RGB is 119 - color contains mainly: green. Hex color #56773E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56773E is #A988C1. Grayscale: #666666. Windows color (decimal): -11110594 or 4093782. OLE color: 4093782.

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

Color convert

RGB8611962-
CMYK0.2800.480.53
HSL94.74º31.49%35.49%-
HSV(B)94.74º47.9%46.67%-
XYZ11.315.526.96-
YUV102.64105.07116.13-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.21%
GREEN value IS 119 (46.88% from 255) = 44.57%
BLUE value IS 62 (24.61% from 255) = 23.22%
R=32.21%
G=44.57%
B=23.22%

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
Decimal86119620.2800.480.5394.7431.4935.49
Hex56773E1C030355f1f23
Octal1261677634060651373743
Binary10101101110111111110111000110000110101101111111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56773E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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