Html Css Color HEX #5C6349 Woodland

📋 copy color: '#5C6349'

red 92 ◦ green 99 ◦ blue 73

#5C6349
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Woodland #5C6349

Tints of Woodland #5C6349

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 value IS 0.07

 M value IS 0

 Y value IS 0.26

 K value IS 0.61

RGB Variations

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

Color information

#5C6349 (or 0x5C6349) is known color: 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

RGB 92 99 73 -
CMYK 0.07 0 0.26 0.61
HSL 76.15º 0.15% 0.34% -
HSV(B) 76.15º 0.26% 0.39% -
XYZ 10.08 11.68 8.03 -
YUV 93.94 116.18 126.61 -
System Red Green Blue C M Y K H S L
Decimal 92 99 73 0.07 0 0.26 0.61 76.15 0.15 0.34
Hex 5C 63 49 7 0 1A 3D 4C F 22
Octal 134 143 111 7 0 32 75 114 17 42
Binary 1011100 1100011 1001001 111 0 11010 111101 1001100 1111 100010

Color Harmonies of #5C6349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C6349

Black with #5C6349

Text Example


Text Example

White with #5C6349

Text Example


Text Example

HTML Codes & Css Web 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>