#5D624A

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

Shades of Woodland #5D624A

Tints of Woodland #5D624A

Color information

#5D624A (or 0x5D624A) is unknown color: approx Woodland. HEX triplet: 5D, 62 and 4A. RGB value is (93,98,74). Sum of RGB (Red+Green+Blue) = 93+98+74=265 (35% of max value = 765). Red value is 93 (36.72% from 255 or 35.09% from 265); Green value is 98 (38.67% from 255 or 36.98% from 265); Blue value is 74 (29.30% from 255 or 27.92% from 265); Max value from RGB is 98 - color contains mainly: green. Hex color #5D624A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D624A is #A29DB5. Grayscale: #5D5D5D. Windows color (decimal): -10657206 or 4874845. OLE color: 4874845.

HSL color Cylindrical-coordinate representation of color #5D624A: hue angle of 72.5º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5D624A is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB939874-
CMYK0.0500.240.62
HSL72.5º13.95%33.73%-
HSV(B)72.5º24.49%38.43%-
XYZ10.1211.568.18-
YUV93.77116.84127.45-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 35.09%
GREEN value IS 98 (38.67% from 255) = 36.98%
BLUE value IS 74 (29.30% from 255) = 27.92%
R=35.09%
G=36.98%
B=27.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9398740.0500.240.6272.513.9533.73
Hex5D624A50183E48e22
Octal1351421125030761101642
Binary10111011100010100101010101100011111010010001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D624A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,98,74); }

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

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

 a { background-color: rgb(93,98,74); }

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

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

 span { border-color: rgb(93,98,74); }

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