#58863D

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

Shades of Dingley #58863D

Tints of Dingley #58863D

Color information

#58863D (or 0x58863D) is unknown color: approx Dingley. HEX triplet: 58, 86 and 3D. RGB value is (88,134,61). Sum of RGB (Red+Green+Blue) = 88+134+61=283 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.10% from 283); Green value is 134 (52.73% from 255 or 47.35% from 283); Blue value is 61 (24.22% from 255 or 21.55% from 283); Max value from RGB is 134 - color contains mainly: green. Hex color #58863D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58863D is #A779C2. Grayscale: #707070. Windows color (decimal): -10975683 or 4032088. OLE color: 4032088.

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

Color convert

RGB8813461-
CMYK0.3400.540.47
HSL97.81º37.44%38.24%-
HSV(B)97.81º54.48%52.55%-
XYZ13.3919.467.47-
YUV111.9299.26110.94-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.10%
GREEN value IS 134 (52.73% from 255) = 47.35%
BLUE value IS 61 (24.22% from 255) = 21.55%
R=31.10%
G=47.35%
B=21.55%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal88134610.3400.540.4797.8137.4438.24
Hex58863D220362F622526
Octal1302067542066571424546
Binary10110001000011011110110001001101101011111100010100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58863D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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