#58843B

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

Shades of Dingley #58843B

Tints of Dingley #58843B

Color information

#58843B (or 0x58843B) is unknown color: approx Dingley. HEX triplet: 58, 84 and 3B. RGB value is (88,132,59). Sum of RGB (Red+Green+Blue) = 88+132+59=279 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.54% from 279); Green value is 132 (51.95% from 255 or 47.31% from 279); Blue value is 59 (23.44% from 255 or 21.15% from 279); Max value from RGB is 132 - color contains mainly: green. Hex color #58843B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58843B is #A77BC4. Grayscale: #6E6E6E. Windows color (decimal): -10976197 or 3900504. OLE color: 3900504.

HSL color Cylindrical-coordinate representation of color #58843B: hue angle of 96.16º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #58843B is Cyan = 0.33, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB8813259-
CMYK0.3300.550.48
HSL96.16º38.22%37.45%-
HSV(B)96.16º55.3%51.76%-
XYZ13.0718.897.1-
YUV110.5298.92111.94-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.54%
GREEN value IS 132 (51.95% from 255) = 47.31%
BLUE value IS 59 (23.44% from 255) = 21.15%
R=31.54%
G=47.31%
B=21.15%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal88132590.3300.550.4896.1638.2237.45
Hex58843B2103730602625
Octal1302047341067601404645
Binary10110001000010011101110000101101111100001100000100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58843B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58843B; }

 p { color: rgb(88,132,59); }

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

<style>
 a { background-color: #58843B; }

 a { background-color: rgb(88,132,59); }

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

<style>
 span { border-color: #58843B; }

 span { border-color: rgb(88,132,59); }

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