#5D7C38

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

Shades of Dingley #5D7C38

Tints of Dingley #5D7C38

Color information

#5D7C38 (or 0x5D7C38) is unknown color: approx Dingley. HEX triplet: 5D, 7C and 38. RGB value is (93,124,56). Sum of RGB (Red+Green+Blue) = 93+124+56=273 (36% of max value = 765). Red value is 93 (36.72% from 255 or 34.07% from 273); Green value is 124 (48.83% from 255 or 45.42% from 273); Blue value is 56 (22.27% from 255 or 20.51% from 273); Max value from RGB is 124 - color contains mainly: green. Hex color #5D7C38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D7C38 is #A283C7. Grayscale: #6B6B6B. Windows color (decimal): -10650568 or 3701853. OLE color: 3701853.

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

Color convert

RGB9312456-
CMYK0.2500.550.51
HSL87.35º37.78%35.29%-
HSV(B)87.35º54.84%48.63%-
XYZ12.4417.036.37-
YUV106.9899.23118.03-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 34.07%
GREEN value IS 124 (48.83% from 255) = 45.42%
BLUE value IS 56 (22.27% from 255) = 20.51%
R=34.07%
G=45.42%
B=20.51%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal93124560.2500.550.5187.3537.7835.29
Hex5D7C381903733572623
Octal1351747031067631274643
Binary101110111111001110001100101101111100111010111100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D7C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,124,56); }

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

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

 a { background-color: rgb(93,124,56); }

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

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

 span { border-color: rgb(93,124,56); }

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