#5D8637

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

Shades of Dingley #5D8637

Tints of Dingley #5D8637

Color information

#5D8637 (or 0x5D8637) is unknown color: approx Dingley. HEX triplet: 5D, 86 and 37. RGB value is (93,134,55). Sum of RGB (Red+Green+Blue) = 93+134+55=282 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.98% from 282); Green value is 134 (52.73% from 255 or 47.52% from 282); Blue value is 55 (21.88% from 255 or 19.50% from 282); Max value from RGB is 134 - color contains mainly: green. Hex color #5D8637 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D8637 is #A279C8. Grayscale: #717171. Windows color (decimal): -10648009 or 3638877. OLE color: 3638877.

HSL color Cylindrical-coordinate representation of color #5D8637: hue angle of 91.14º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5D8637 is Cyan = 0.31, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.47.

Color convert

RGB9313455-
CMYK0.3100.590.47
HSL91.14º41.8%37.06%-
HSV(B)91.14º58.96%52.55%-
XYZ13.7319.656.68-
YUV112.7495.42113.92-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 32.98%
GREEN value IS 134 (52.73% from 255) = 47.52%
BLUE value IS 55 (21.88% from 255) = 19.50%
R=32.98%
G=47.52%
B=19.50%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal93134550.3100.590.4791.1441.837.06
Hex5D86371F03B2F5b2a25
Octal1352066737073571335245
Binary1011101100001101101111111101110111011111011011101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D8637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D8637; }

 p { color: rgb(93,134,55); }

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

<style>
 a { background-color: #5D8637; }

 a { background-color: rgb(93,134,55); }

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

<style>
 span { border-color: #5D8637; }

 span { border-color: rgb(93,134,55); }

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