#55783C

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

Shades of Dingley #55783C

Tints of Dingley #55783C

Color information

#55783C (or 0x55783C) is unknown color: approx Dingley. HEX triplet: 55, 78 and 3C. RGB value is (85,120,60). Sum of RGB (Red+Green+Blue) = 85+120+60=265 (35% of max value = 765). Red value is 85 (33.59% from 255 or 32.08% from 265); Green value is 120 (47.27% from 255 or 45.28% from 265); Blue value is 60 (23.83% from 255 or 22.64% from 265); Max value from RGB is 120 - color contains mainly: green. Hex color #55783C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55783C is #AA87C3. Grayscale: #666666. Windows color (decimal): -11175876 or 3962965. OLE color: 3962965.

HSL color Cylindrical-coordinate representation of color #55783C: hue angle of 95º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #55783C is Cyan = 0.29, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.53.

Color convert

RGB8512060-
CMYK0.2900.50.53
HSL95º33.33%35.29%-
HSV(B)95º50%47.06%-
XYZ11.2815.696.71-
YUV102.7103.9115.38-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.08%
GREEN value IS 120 (47.27% from 255) = 45.28%
BLUE value IS 60 (23.83% from 255) = 22.64%
R=32.08%
G=45.28%
B=22.64%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85120600.2900.50.539533.3335.29
Hex55783C1D032355f2123
Octal1251707435062651374143
Binary101010111110001111001110101100101101011011111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55783C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55783C; }

 p { color: rgb(85,120,60); }

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

<style>
 a { background-color: #55783C; }

 a { background-color: rgb(85,120,60); }

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

<style>
 span { border-color: #55783C; }

 span { border-color: rgb(85,120,60); }

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