#58783D

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

Shades of Dingley #58783D

Tints of Dingley #58783D

Color information

#58783D (or 0x58783D) is unknown color: approx Dingley. HEX triplet: 58, 78 and 3D. RGB value is (88,120,61). Sum of RGB (Red+Green+Blue) = 88+120+61=269 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.71% from 269); Green value is 120 (47.27% from 255 or 44.61% from 269); Blue value is 61 (24.22% from 255 or 22.68% from 269); Max value from RGB is 120 - color contains mainly: green. Hex color #58783D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58783D is #A787C2. Grayscale: #676767. Windows color (decimal): -10979267 or 4028504. OLE color: 4028504.

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

Color convert

RGB8812061-
CMYK0.2700.490.53
HSL92.54º32.6%35.49%-
HSV(B)92.54º49.17%47.06%-
XYZ11.5815.846.86-
YUV103.71103.9116.8-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32.71%
GREEN value IS 120 (47.27% from 255) = 44.61%
BLUE value IS 61 (24.22% from 255) = 22.68%
R=32.71%
G=44.61%
B=22.68%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal88120610.2700.490.5392.5432.635.49
Hex58783D1B031355d2123
Octal1301707533061651354143
Binary101100011110001111011101101100011101011011101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58783D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58783D; }

 p { color: rgb(88,120,61); }

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

<style>
 a { background-color: #58783D; }

 a { background-color: rgb(88,120,61); }

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

<style>
 span { border-color: #58783D; }

 span { border-color: rgb(88,120,61); }

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