#637042

Color #637042 Woodland (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Woodland #637042

Tints of Woodland #637042

Color information

#637042 (or 0x637042) is unknown color: approx 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

RGB9911266-
CMYK0.1200.410.56
HSL76.96º25.84%34.9%-
HSV(B)76.96º41.07%43.92%-
XYZ11.9214.637.35-
YUV102.87107.19125.24-

RGB Variations

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

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 (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal99112660.1200.410.5676.9625.8434.9
Hex637042C029384d1a23
Octal14316010214051701153243
Binary11000111110000100001011000101001111000100110111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #637042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>