#58863C

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

Shades of Dingley #58863C

Tints of Dingley #58863C

Color information

#58863C (or 0x58863C) is unknown color: approx Dingley. HEX triplet: 58, 86 and 3C. RGB value is (88,134,60). Sum of RGB (Red+Green+Blue) = 88+134+60=282 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.21% from 282); Green value is 134 (52.73% from 255 or 47.52% from 282); Blue value is 60 (23.83% from 255 or 21.28% from 282); Max value from RGB is 134 - color contains mainly: green. Hex color #58863C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58863C is #A779C3. Grayscale: #707070. Windows color (decimal): -10975684 or 3966552. OLE color: 3966552.

HSL color Cylindrical-coordinate representation of color #58863C: hue angle of 97.3º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #58863C is Cyan = 0.34, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.

Color convert

RGB8813460-
CMYK0.3400.550.47
HSL97.3º38.14%38.04%-
HSV(B)97.3º55.22%52.55%-
XYZ13.3719.457.32-
YUV111.8198.76111.02-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.21%
GREEN value IS 134 (52.73% from 255) = 47.52%
BLUE value IS 60 (23.83% from 255) = 21.28%
R=31.21%
G=47.52%
B=21.28%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal88134600.3400.550.4797.338.1438.04
Hex58863C220372F612626
Octal1302067442067571414646
Binary10110001000011011110010001001101111011111100001100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58863C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,134,60); }

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

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

 a { background-color: rgb(88,134,60); }

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

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

 span { border-color: rgb(88,134,60); }

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