Html Css Color HEX #5C6440 Woodland

📋 copy color: '#5C6440'

red 92 ◦ green 100 ◦ blue 64

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

Shades of Woodland #5C6440

Tints of Woodland #5C6440

RGB

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

 GREEN value IS 100 (39.45% from 255) = 39.06%

 BLUE value IS 64 (25.39% from 255) = 25%

R = 35.94%
G = 39.06%
B = 25%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.36

 K value IS 0.61

RGB Variations

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

Color information

#5C6440 (or 0x5C6440) is known color: Woodland. HEX triplet: 5C, 64 and 40. RGB value is (92,100,64). Sum of RGB (Red+Green+Blue) = 92+100+64=256 (33% of max value = 765). Red value is 92 (36.33% from 255 or 35.94% from 256); Green value is 100 (39.45% from 255 or 39.06% from 256); Blue value is 64 (25.39% from 255 or 25% from 256); Max value from RGB is 100 - color contains mainly: green. Hex color #5C6440 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C6440 is #A39BBF. Grayscale: #5D5D5D. Windows color (decimal): -10722240 or 4219996. OLE color: 4219996.

HSL color Cylindrical-coordinate representation of color #5C6440: hue angle of 73.33º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5C6440 is Cyan = 0.08, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.61.

Color convert

RGB 92 100 64 -
CMYK 0.08 0 0.36 0.61
HSL 73.33º 0.22% 0.32% -
HSV(B) 73.33º 0.36% 0.39% -
XYZ 9.9 11.76 6.6 -
YUV 93.5 111.35 126.93 -
System Red Green Blue C M Y K H S L
Decimal 92 100 64 0.08 0 0.36 0.61 73.33 0.22 0.32
Hex 5C 64 40 8 0 24 3D 49 16 20
Octal 134 144 100 10 0 44 75 111 26 40
Binary 1011100 1100100 1000000 1000 0 100100 111101 1001001 10110 100000

Color Harmonies of #5C6440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C6440

Black with #5C6440

Text Example


Text Example

White with #5C6440

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,100,64); }

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

background-color css

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

 a { background-color: rgb(92,100,64); }

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

border-color css

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

 span { border-color: rgb(92,100,64); }

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