#5D7B41

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

Shades of Dingley #5D7B41

Tints of Dingley #5D7B41

Color information

#5D7B41 (or 0x5D7B41) is unknown color: approx Dingley. HEX triplet: 5D, 7B and 41. RGB value is (93,123,65). Sum of RGB (Red+Green+Blue) = 93+123+65=281 (37% of max value = 765). Red value is 93 (36.72% from 255 or 33.10% from 281); Green value is 123 (48.44% from 255 or 43.77% from 281); Blue value is 65 (25.78% from 255 or 23.13% from 281); Max value from RGB is 123 - color contains mainly: green. Hex color #5D7B41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D7B41 is #A284BE. Grayscale: #6B6B6B. Windows color (decimal): -10650815 or 4291421. OLE color: 4291421.

HSL color Cylindrical-coordinate representation of color #5D7B41: hue angle of 91.03º degrees, saturation: 0.31, 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 #5D7B41 is Cyan = 0.24, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.52.

Color convert

RGB9312365-
CMYK0.2400.470.52
HSL91.03º30.85%36.86%-
HSV(B)91.03º47.15%48.24%-
XYZ12.5516.877.6-
YUV107.42104.06117.72-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 33.10%
GREEN value IS 123 (48.44% from 255) = 43.77%
BLUE value IS 65 (25.78% from 255) = 23.13%
R=33.10%
G=43.77%
B=23.13%

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
Decimal93123650.2400.470.5291.0330.8536.86
Hex5D7B411802F345b1f25
Octal13517310130057641333745
Binary101110111110111000001110000101111110100101101111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D7B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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