#58783F

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

Shades of Dingley #58783F

Tints of Dingley #58783F

Color information

#58783F (or 0x58783F) is unknown color: approx Dingley. HEX triplet: 58, 78 and 3F. RGB value is (88,120,63). Sum of RGB (Red+Green+Blue) = 88+120+63=271 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.47% from 271); Green value is 120 (47.27% from 255 or 44.28% from 271); Blue value is 63 (25% from 255 or 23.25% from 271); Max value from RGB is 120 - color contains mainly: green. Hex color #58783F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58783F is #A787C0. Grayscale: #686868. Windows color (decimal): -10979265 or 4159576. OLE color: 4159576.

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

Color convert

RGB8812063-
CMYK0.2700.480.53
HSL93.68º31.15%35.88%-
HSV(B)93.68º47.5%47.06%-
XYZ11.6415.877.15-
YUV103.93104.9116.63-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32.47%
GREEN value IS 120 (47.27% from 255) = 44.28%
BLUE value IS 63 (25% from 255) = 23.25%
R=32.47%
G=44.28%
B=23.25%

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
Decimal88120630.2700.480.5393.6831.1535.88
Hex58783F1B030355e1f24
Octal1301707733060651363744
Binary10110001111000111111110110110000110101101111011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58783F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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