Html Css Color HEX #5C6149 Woodland

📋 copy color: '#5C6149'

red 92 ◦ green 97 ◦ blue 73

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

Shades of Woodland #5C6149

Tints of Woodland #5C6149

RGB

 RED value IS 92 (36.33% from 255) = 35.11%

 GREEN value IS 97 (38.28% from 255) = 37.02%

 BLUE value IS 73 (28.91% from 255) = 27.86%

R = 35.11%
G = 37.02%
B = 27.86%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.25

 K value IS 0.62

RGB Variations

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

Color information

#5C6149 (or 0x5C6149) is known color: Woodland. HEX triplet: 5C, 61 and 49. RGB value is (92,97,73). Sum of RGB (Red+Green+Blue) = 92+97+73=262 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.11% from 262); Green value is 97 (38.28% from 255 or 37.02% from 262); Blue value is 73 (28.91% from 255 or 27.86% from 262); Max value from RGB is 97 - color contains mainly: green. Hex color #5C6149 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C6149 is #A39EB6. Grayscale: #5C5C5C. Windows color (decimal): -10722999 or 4809052. OLE color: 4809052.

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

Color convert

RGB 92 97 73 -
CMYK 0.05 0 0.25 0.62
HSL 72.5º 0.14% 0.33% -
HSV(B) 72.5º 0.25% 0.38% -
XYZ 9.89 11.31 7.96 -
YUV 92.77 116.84 127.45 -
System Red Green Blue C M Y K H S L
Decimal 92 97 73 0.05 0 0.25 0.62 72.5 0.14 0.33
Hex 5C 61 49 5 0 19 3E 48 E 21
Octal 134 141 111 5 0 31 76 110 16 41
Binary 1011100 1100001 1001001 101 0 11001 111110 1001000 1110 100001

Color Harmonies of #5C6149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C6149

Black with #5C6149

Text Example


Text Example

White with #5C6149

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5C6149;
 }
 .AnyTagClassName
 {
   color: #5C6149;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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