#5C6349

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

Shades of Woodland #5C6349

Tints of Woodland #5C6349

Color information

#5C6349 (or 0x5C6349) is unknown color: approx Woodland. HEX triplet: 5C, 63 and 49. RGB value is (92,99,73). Sum of RGB (Red+Green+Blue) = 92+99+73=264 (34% of max value = 765). Red value is 92 (36.33% from 255 or 34.85% from 264); Green value is 99 (39.06% from 255 or 37.5% from 264); Blue value is 73 (28.91% from 255 or 27.65% from 264); Max value from RGB is 99 - color contains mainly: green. Hex color #5C6349 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C6349 is #A39CB6. Grayscale: #5E5E5E. Windows color (decimal): -10722487 or 4809564. OLE color: 4809564.

HSL color Cylindrical-coordinate representation of color #5C6349: hue angle of 76.15º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5C6349 is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.61.

Color convert

RGB929973-
CMYK0.0700.260.61
HSL76.15º15.12%33.73%-
HSV(B)76.15º26.26%38.82%-
XYZ10.0811.688.03-
YUV93.94116.18126.61-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 34.85%
GREEN value IS 99 (39.06% from 255) = 37.5%
BLUE value IS 73 (28.91% from 255) = 27.65%
R=34.85%
G=37.5%
B=27.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9299730.0700.260.6176.1515.1233.73
Hex5C6349701A3D4cf22
Octal1341431117032751141742
Binary10111001100011100100111101101011110110011001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,99,73); }

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

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

 a { background-color: rgb(92,99,73); }

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

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

 span { border-color: rgb(92,99,73); }

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