#5D6344

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

Shades of Woodland #5D6344

Tints of Woodland #5D6344

Color information

#5D6344 (or 0x5D6344) is unknown color: approx Woodland. HEX triplet: 5D, 63 and 44. RGB value is (93,99,68). Sum of RGB (Red+Green+Blue) = 93+99+68=260 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.77% from 260); Green value is 99 (39.06% from 255 or 38.08% from 260); Blue value is 68 (26.95% from 255 or 26.15% from 260); Max value from RGB is 99 - color contains mainly: green. Hex color #5D6344 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D6344 is #A29CBB. Grayscale: #5D5D5D. Windows color (decimal): -10656956 or 4481885. OLE color: 4481885.

HSL color Cylindrical-coordinate representation of color #5D6344: hue angle of 71.61º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5D6344 is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.61.

Color convert

RGB939968-
CMYK0.0600.310.61
HSL71.61º18.56%32.75%-
HSV(B)71.61º31.31%38.82%-
XYZ10.0211.677.19-
YUV93.67113.51127.52-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 35.77%
GREEN value IS 99 (39.06% from 255) = 38.08%
BLUE value IS 68 (26.95% from 255) = 26.15%
R=35.77%
G=38.08%
B=26.15%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9399680.0600.310.6171.6118.5632.75
Hex5D6344601F3D481321
Octal1351431046037751102341
Binary101110111000111000100110011111111101100100010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D6344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,99,68); }

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

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

 a { background-color: rgb(93,99,68); }

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

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

 span { border-color: rgb(93,99,68); }

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