#5D6537

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

Shades of Woodland #5D6537

Tints of Woodland #5D6537

Color information

#5D6537 (or 0x5D6537) is unknown color: approx Woodland. HEX triplet: 5D, 65 and 37. RGB value is (93,101,55). Sum of RGB (Red+Green+Blue) = 93+101+55=249 (32% of max value = 765). Red value is 93 (36.72% from 255 or 37.35% from 249); Green value is 101 (39.84% from 255 or 40.56% from 249); Blue value is 55 (21.88% from 255 or 22.09% from 249); Max value from RGB is 101 - color contains mainly: green. Hex color #5D6537 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D6537 is #A29AC8. Grayscale: #5D5D5D. Windows color (decimal): -10656457 or 3630429. OLE color: 3630429.

HSL color Cylindrical-coordinate representation of color #5D6537: hue angle of 70.43º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5D6537 is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.60.

Color convert

RGB9310155-
CMYK0.0800.460.60
HSL70.43º29.49%30.59%-
HSV(B)70.43º45.54%39.61%-
XYZ9.8611.915.39-
YUV93.36106.35127.74-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 37.35%
GREEN value IS 101 (39.84% from 255) = 40.56%
BLUE value IS 55 (21.88% from 255) = 22.09%
R=37.35%
G=40.56%
B=22.09%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal93101550.0800.460.6070.4329.4930.59
Hex5D6537802E3C461d1f
Octal1351456710056741063537
Binary101110111001011101111000010111011110010001101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D6537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,101,55); }

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

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

 a { background-color: rgb(93,101,55); }

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

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

 span { border-color: rgb(93,101,55); }

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