#58883D

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

Shades of Dingley #58883D

Tints of Dingley #58883D

Color information

#58883D (or 0x58883D) is unknown color: approx Dingley. HEX triplet: 58, 88 and 3D. RGB value is (88,136,61). Sum of RGB (Red+Green+Blue) = 88+136+61=285 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.88% from 285); Green value is 136 (53.52% from 255 or 47.72% from 285); Blue value is 61 (24.22% from 255 or 21.40% from 285); Max value from RGB is 136 - color contains mainly: green. Hex color #58883D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58883D is #A777C2. Grayscale: #717171. Windows color (decimal): -10975171 or 4032600. OLE color: 4032600.

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

Color convert

RGB8813661-
CMYK0.3500.550.47
HSL98.4º38.07%38.63%-
HSV(B)98.4º55.15%53.33%-
XYZ13.6720.027.56-
YUV113.198.6110.1-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.88%
GREEN value IS 136 (53.52% from 255) = 47.72%
BLUE value IS 61 (24.22% from 255) = 21.40%
R=30.88%
G=47.72%
B=21.40%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal88136610.3500.550.4798.438.0738.63
Hex58883D230372F622627
Octal1302107543067571424647
Binary10110001000100011110110001101101111011111100010100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58883D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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