#5D7A48

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

Shades of Dingley #5D7A48

Tints of Dingley #5D7A48

Color information

#5D7A48 (or 0x5D7A48) is unknown color: approx Dingley. HEX triplet: 5D, 7A and 48. RGB value is (93,122,72). Sum of RGB (Red+Green+Blue) = 93+122+72=287 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.40% from 287); Green value is 122 (48.05% from 255 or 42.51% from 287); Blue value is 72 (28.52% from 255 or 25.09% from 287); Max value from RGB is 122 - color contains mainly: green. Hex color #5D7A48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D7A48 is #A285B7. Grayscale: #6B6B6B. Windows color (decimal): -10651064 or 4749917. OLE color: 4749917.

HSL color Cylindrical-coordinate representation of color #5D7A48: hue angle of 94.8º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5D7A48 is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.52.

Color convert

RGB9312272-
CMYK0.2400.410.52
HSL94.8º25.77%38.04%-
HSV(B)94.8º40.98%47.84%-
XYZ12.6416.718.69-
YUV107.63107.89117.57-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 32.40%
GREEN value IS 122 (48.05% from 255) = 42.51%
BLUE value IS 72 (28.52% from 255) = 25.09%
R=32.40%
G=42.51%
B=25.09%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal93122720.2400.410.5294.825.7738.04
Hex5D7A4818029345f1a26
Octal13517211030051641373246
Binary101110111110101001000110000101001110100101111111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D7A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,122,72); }

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

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

 a { background-color: rgb(93,122,72); }

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

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

 span { border-color: rgb(93,122,72); }

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