#5D6242

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

Shades of Woodland #5D6242

Tints of Woodland #5D6242

Color information

#5D6242 (or 0x5D6242) is unknown color: approx Woodland. HEX triplet: 5D, 62 and 42. RGB value is (93,98,66). Sum of RGB (Red+Green+Blue) = 93+98+66=257 (34% of max value = 765). Red value is 93 (36.72% from 255 or 36.19% from 257); Green value is 98 (38.67% from 255 or 38.13% from 257); Blue value is 66 (26.17% from 255 or 25.68% from 257); Max value from RGB is 98 - color contains mainly: green. Hex color #5D6242 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D6242 is #A29DBD. Grayscale: #5C5C5C. Windows color (decimal): -10657214 or 4350557. OLE color: 4350557.

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

Color convert

RGB939866-
CMYK0.0500.330.62
HSL69.38º19.51%32.16%-
HSV(B)69.38º32.65%38.43%-
XYZ9.8711.466.85-
YUV92.86112.84128.1-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 36.19%
GREEN value IS 98 (38.67% from 255) = 38.13%
BLUE value IS 66 (26.17% from 255) = 25.68%
R=36.19%
G=38.13%
B=25.68%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9398660.0500.330.6269.3819.5132.16
Hex5D624250213E451420
Octal1351421025041761052440
Binary1011101110001010000101010100001111110100010110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D6242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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