#58883B

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

Shades of Dingley #58883B

Tints of Dingley #58883B

Color information

#58883B (or 0x58883B) is unknown color: approx Dingley. HEX triplet: 58, 88 and 3B. RGB value is (88,136,59). Sum of RGB (Red+Green+Blue) = 88+136+59=283 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.10% from 283); Green value is 136 (53.52% from 255 or 48.06% from 283); Blue value is 59 (23.44% from 255 or 20.85% from 283); Max value from RGB is 136 - color contains mainly: green. Hex color #58883B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58883B is #A777C4. Grayscale: #717171. Windows color (decimal): -10975173 or 3901528. OLE color: 3901528.

HSL color Cylindrical-coordinate representation of color #58883B: hue angle of 97.4º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #58883B is Cyan = 0.35, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB8813659-
CMYK0.3500.570.47
HSL97.4º39.49%38.24%-
HSV(B)97.4º56.62%53.33%-
XYZ13.62207.28-
YUV112.8797.6110.26-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.10%
GREEN value IS 136 (53.52% from 255) = 48.06%
BLUE value IS 59 (23.44% from 255) = 20.85%
R=31.10%
G=48.06%
B=20.85%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal88136590.3500.570.4797.439.4938.24
Hex58883B230392F612726
Octal1302107343071571414746
Binary10110001000100011101110001101110011011111100001100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58883B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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