#5D7A46

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

Shades of Dingley #5D7A46

Tints of Dingley #5D7A46

Color information

#5D7A46 (or 0x5D7A46) is unknown color: approx Dingley. HEX triplet: 5D, 7A and 46. RGB value is (93,122,70). Sum of RGB (Red+Green+Blue) = 93+122+70=285 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.63% from 285); Green value is 122 (48.05% from 255 or 42.81% from 285); Blue value is 70 (27.73% from 255 or 24.56% from 285); Max value from RGB is 122 - color contains mainly: green. Hex color #5D7A46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D7A46 is #A285B9. Grayscale: #6B6B6B. Windows color (decimal): -10651066 or 4618845. OLE color: 4618845.

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

Color convert

RGB9312270-
CMYK0.2400.430.52
HSL93.46º27.08%37.65%-
HSV(B)93.46º42.62%47.84%-
XYZ12.5816.698.35-
YUV107.4106.89117.73-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 32.63%
GREEN value IS 122 (48.05% from 255) = 42.81%
BLUE value IS 70 (27.73% from 255) = 24.56%
R=32.63%
G=42.81%
B=24.56%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal93122700.2400.430.5293.4627.0837.65
Hex5D7A461802B345d1b26
Octal13517210630053641353346
Binary101110111110101000110110000101011110100101110111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D7A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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