#5D7A43

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

Shades of Dingley #5D7A43

Tints of Dingley #5D7A43

Color information

#5D7A43 (or 0x5D7A43) is unknown color: approx Dingley. HEX triplet: 5D, 7A and 43. RGB value is (93,122,67). Sum of RGB (Red+Green+Blue) = 93+122+67=282 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.98% from 282); Green value is 122 (48.05% from 255 or 43.26% from 282); Blue value is 67 (26.56% from 255 or 23.76% from 282); Max value from RGB is 122 - color contains mainly: green. Hex color #5D7A43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D7A43 is #A285BC. Grayscale: #6B6B6B. Windows color (decimal): -10651069 or 4422237. OLE color: 4422237.

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

Color convert

RGB9312267-
CMYK0.2400.450.52
HSL91.64º29.1%37.06%-
HSV(B)91.64º45.08%47.84%-
XYZ12.4916.657.87-
YUV107.06105.39117.97-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 32.98%
GREEN value IS 122 (48.05% from 255) = 43.26%
BLUE value IS 67 (26.56% from 255) = 23.76%
R=32.98%
G=43.26%
B=23.76%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal93122670.2400.450.5291.6429.137.06
Hex5D7A431802D345c1d25
Octal13517210330055641343545
Binary101110111110101000011110000101101110100101110011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D7A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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