#58853C

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

Shades of Dingley #58853C

Tints of Dingley #58853C

Color information

#58853C (or 0x58853C) is unknown color: approx Dingley. HEX triplet: 58, 85 and 3C. RGB value is (88,133,60). Sum of RGB (Red+Green+Blue) = 88+133+60=281 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.32% from 281); Green value is 133 (52.34% from 255 or 47.33% from 281); Blue value is 60 (23.83% from 255 or 21.35% from 281); Max value from RGB is 133 - color contains mainly: green. Hex color #58853C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58853C is #A77AC3. Grayscale: #6F6F6F. Windows color (decimal): -10975940 or 3966296. OLE color: 3966296.

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

Color convert

RGB8813360-
CMYK0.3400.550.48
HSL96.99º37.82%37.84%-
HSV(B)96.99º54.89%52.16%-
XYZ13.2319.187.28-
YUV111.2299.09111.44-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.32%
GREEN value IS 133 (52.34% from 255) = 47.33%
BLUE value IS 60 (23.83% from 255) = 21.35%
R=31.32%
G=47.33%
B=21.35%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal88133600.3400.550.4896.9937.8237.84
Hex58853C2203730612626
Octal1302057442067601414646
Binary10110001000010111110010001001101111100001100001100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58853C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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