#5D7A41

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

Shades of Dingley #5D7A41

Tints of Dingley #5D7A41

Color information

#5D7A41 (or 0x5D7A41) is unknown color: approx Dingley. HEX triplet: 5D, 7A and 41. RGB value is (93,122,65). Sum of RGB (Red+Green+Blue) = 93+122+65=280 (37% of max value = 765). Red value is 93 (36.72% from 255 or 33.21% from 280); Green value is 122 (48.05% from 255 or 43.57% from 280); Blue value is 65 (25.78% from 255 or 23.21% from 280); Max value from RGB is 122 - color contains mainly: green. Hex color #5D7A41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D7A41 is #A285BE. Grayscale: #6B6B6B. Windows color (decimal): -10651071 or 4291165. OLE color: 4291165.

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

Color convert

RGB9312265-
CMYK0.2400.470.52
HSL90.53º30.48%36.67%-
HSV(B)90.53º46.72%47.84%-
XYZ12.4316.637.56-
YUV106.83104.39118.13-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 33.21%
GREEN value IS 122 (48.05% from 255) = 43.57%
BLUE value IS 65 (25.78% from 255) = 23.21%
R=33.21%
G=43.57%
B=23.21%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal93122650.2400.470.5290.5330.4836.67
Hex5D7A411802F345b1e25
Octal13517210130057641333645
Binary101110111110101000001110000101111110100101101111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D7A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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