Html Css Color HEX #637042 Woodland

📋 copy color: '#637042'

red 99 ◦ green 112 ◦ blue 66

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

Shades of Woodland #637042

Tints of Woodland #637042

RGB

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

 GREEN value IS 112 (44.14% from 255) = 40.43%

 BLUE value IS 66 (26.17% from 255) = 23.83%

R = 35.74%
G = 40.43%
B = 23.83%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#637042 (or 0x637042) is known color: Woodland. HEX triplet: 63, 70 and 42. RGB value is (99,112,66). Sum of RGB (Red+Green+Blue) = 99+112+66=277 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.74% from 277); Green value is 112 (44.14% from 255 or 40.43% from 277); Blue value is 66 (26.17% from 255 or 23.83% from 277); Max value from RGB is 112 - color contains mainly: green. Hex color #637042 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #637042 is #9C8FBD. Grayscale: #676767. Windows color (decimal): -10260414 or 4354147. OLE color: 4354147.

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

Color convert

RGB 99 112 66 -
CMYK 0.12 0 0.41 0.56
HSL 76.96º 0.26% 0.35% -
HSV(B) 76.96º 0.41% 0.44% -
XYZ 11.92 14.63 7.35 -
YUV 102.87 107.19 125.24 -
System Red Green Blue C M Y K H S L
Decimal 99 112 66 0.12 0 0.41 0.56 76.96 0.26 0.35
Hex 63 70 42 C 0 29 38 4D 1A 23
Octal 143 160 102 14 0 51 70 115 32 43
Binary 1100011 1110000 1000010 1100 0 101001 111000 1001101 11010 100011

Color Harmonies of #637042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637042

Black with #637042

Text Example


Text Example

White with #637042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #637042; }

 p { color: rgb(99,112,66); }

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

background-color css

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

 a { background-color: rgb(99,112,66); }

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

border-color css

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

 span { border-color: rgb(99,112,66); }

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