#5D6044

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

Shades of Woodland #5D6044

Tints of Woodland #5D6044

Color information

#5D6044 (or 0x5D6044) is unknown color: approx Woodland. HEX triplet: 5D, 60 and 44. RGB value is (93,96,68). Sum of RGB (Red+Green+Blue) = 93+96+68=257 (34% of max value = 765). Red value is 93 (36.72% from 255 or 36.19% from 257); Green value is 96 (37.89% from 255 or 37.35% from 257); Blue value is 68 (26.95% from 255 or 26.46% from 257); Max value from RGB is 96 - color contains mainly: green. Hex color #5D6044 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D6044 is #A29FBB. Grayscale: #5C5C5C. Windows color (decimal): -10657724 or 4481117. OLE color: 4481117.

HSL color Cylindrical-coordinate representation of color #5D6044: hue angle of 66.43º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5D6044 is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.62.

Color convert

RGB939668-
CMYK0.0300.290.62
HSL66.43º17.07%32.16%-
HSV(B)66.43º29.17%37.65%-
XYZ9.7411.117.1-
YUV91.91114.51128.78-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 36.19%
GREEN value IS 96 (37.89% from 255) = 37.35%
BLUE value IS 68 (26.95% from 255) = 26.46%
R=36.19%
G=37.35%
B=26.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9396680.0300.290.6266.4317.0732.16
Hex5D6044301D3E421120
Octal1351401043035761022140
Binary10111011100000100010011011101111110100001010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D6044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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