#5D7D37

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

Shades of Dingley #5D7D37

Tints of Dingley #5D7D37

Color information

#5D7D37 (or 0x5D7D37) is unknown color: approx Dingley. HEX triplet: 5D, 7D and 37. RGB value is (93,125,55). Sum of RGB (Red+Green+Blue) = 93+125+55=273 (36% of max value = 765). Red value is 93 (36.72% from 255 or 34.07% from 273); Green value is 125 (49.22% from 255 or 45.79% from 273); Blue value is 55 (21.88% from 255 or 20.15% from 273); Max value from RGB is 125 - color contains mainly: green. Hex color #5D7D37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D7D37 is #A282C8. Grayscale: #6B6B6B. Windows color (decimal): -10650313 or 3636573. OLE color: 3636573.

HSL color Cylindrical-coordinate representation of color #5D7D37: hue angle of 87.43º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5D7D37 is Cyan = 0.26, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.51.

Color convert

RGB9312555-
CMYK0.2600.560.51
HSL87.43º38.89%35.29%-
HSV(B)87.43º56%49.02%-
XYZ12.5417.276.29-
YUV107.4598.4117.69-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 34.07%
GREEN value IS 125 (49.22% from 255) = 45.79%
BLUE value IS 55 (21.88% from 255) = 20.15%
R=34.07%
G=45.79%
B=20.15%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal93125550.2600.560.5187.4338.8935.29
Hex5D7D371A03833572723
Octal1351756732070631274743
Binary101110111111011101111101001110001100111010111100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D7D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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