Html Css Color HEX #637140 Woodland

📋 copy color: '#637140'

red 99 ◦ green 113 ◦ blue 64

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

Shades of Woodland #637140

Tints of Woodland #637140

RGB

 RED value IS 99 (39.06% from 255) = 35.87%

 GREEN value IS 113 (44.53% from 255) = 40.94%

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

R = 35.87%
G = 40.94%
B = 23.19%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#637140 (or 0x637140) is known color: Woodland. HEX triplet: 63, 71 and 40. RGB value is (99,113,64). Sum of RGB (Red+Green+Blue) = 99+113+64=276 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.87% from 276); Green value is 113 (44.53% from 255 or 40.94% from 276); Blue value is 64 (25.39% from 255 or 23.19% from 276); Max value from RGB is 113 - color contains mainly: green. Hex color #637140 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #637140 is #9C8EBF. Grayscale: #676767. Windows color (decimal): -10260160 or 4223331. OLE color: 4223331.

HSL color Cylindrical-coordinate representation of color #637140: hue angle of 77.14º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #637140 is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.56.

Color convert

RGB 99 113 64 -
CMYK 0.12 0 0.43 0.56
HSL 77.14º 0.28% 0.35% -
HSV(B) 77.14º 0.43% 0.44% -
XYZ 11.98 14.83 7.08 -
YUV 103.23 105.86 124.98 -
System Red Green Blue C M Y K H S L
Decimal 99 113 64 0.12 0 0.43 0.56 77.14 0.28 0.35
Hex 63 71 40 C 0 2B 38 4D 1C 23
Octal 143 161 100 14 0 53 70 115 34 43
Binary 1100011 1110001 1000000 1100 0 101011 111000 1001101 11100 100011

Color Harmonies of #637140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637140

Black with #637140

Text Example


Text Example

White with #637140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #637140; }

 p { color: rgb(99,113,64); }

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

background-color css

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

 a { background-color: rgb(99,113,64); }

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

border-color css

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

 span { border-color: rgb(99,113,64); }

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