Html Css Color HEX #656940 Woodland

📋 copy color: '#656940'

red 101 ◦ green 105 ◦ blue 64

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

Shades of Woodland #656940

Tints of Woodland #656940

RGB

 RED value IS 101 (39.84% from 255) = 37.41%

 GREEN value IS 105 (41.41% from 255) = 38.89%

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

R = 37.41%
G = 38.89%
B = 23.7%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.39

 K value IS 0.59

RGB Variations

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

Color information

#656940 (or 0x656940) is known color: Woodland. HEX triplet: 65, 69 and 40. RGB value is (101,105,64). Sum of RGB (Red+Green+Blue) = 101+105+64=270 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.41% from 270); Green value is 105 (41.41% from 255 or 38.89% from 270); Blue value is 64 (25.39% from 255 or 23.70% from 270); Max value from RGB is 105 - color contains mainly: green. Hex color #656940 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #656940 is #9A96BF. Grayscale: #636363. Windows color (decimal): -10131136 or 4221285. OLE color: 4221285.

HSL color Cylindrical-coordinate representation of color #656940: hue angle of 65.85º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #656940 is Cyan = 0.04, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.59.

Color convert

RGB 101 105 64 -
CMYK 0.04 0 0.39 0.59
HSL 65.85º 0.24% 0.33% -
HSV(B) 65.85º 0.39% 0.41% -
XYZ 11.34 13.24 6.81 -
YUV 99.13 108.17 129.33 -
System Red Green Blue C M Y K H S L
Decimal 101 105 64 0.04 0 0.39 0.59 65.85 0.24 0.33
Hex 65 69 40 4 0 27 3B 42 18 21
Octal 145 151 100 4 0 47 73 102 30 41
Binary 1100101 1101001 1000000 100 0 100111 111011 1000010 11000 100001

Color Harmonies of #656940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656940

Black with #656940

Text Example


Text Example

White with #656940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656940; }

 p { color: rgb(101,105,64); }

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

background-color css

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

 a { background-color: rgb(101,105,64); }

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

border-color css

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

 span { border-color: rgb(101,105,64); }

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