#58783E

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

Shades of Dingley #58783E

Tints of Dingley #58783E

Color information

#58783E (or 0x58783E) is unknown color: approx Dingley. HEX triplet: 58, 78 and 3E. RGB value is (88,120,62). Sum of RGB (Red+Green+Blue) = 88+120+62=270 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.59% from 270); Green value is 120 (47.27% from 255 or 44.44% from 270); Blue value is 62 (24.61% from 255 or 22.96% from 270); Max value from RGB is 120 - color contains mainly: green. Hex color #58783E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58783E is #A787C1. Grayscale: #686868. Windows color (decimal): -10979266 or 4094040. OLE color: 4094040.

HSL color Cylindrical-coordinate representation of color #58783E: hue angle of 93.1º 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 #58783E is Cyan = 0.27, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB8812062-
CMYK0.2700.480.53
HSL93.1º31.87%35.69%-
HSV(B)93.1º48.33%47.06%-
XYZ11.6115.867.01-
YUV103.82104.4116.72-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32.59%
GREEN value IS 120 (47.27% from 255) = 44.44%
BLUE value IS 62 (24.61% from 255) = 22.96%
R=32.59%
G=44.44%
B=22.96%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal88120620.2700.480.5393.131.8735.69
Hex58783E1B030355d2024
Octal1301707633060651354044
Binary101100011110001111101101101100001101011011101100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58783E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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