#657042

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

Shades of Woodland #657042

Tints of Woodland #657042

Color information

#657042 (or 0x657042) is unknown color: approx Woodland. HEX triplet: 65, 70 and 42. RGB value is (101,112,66). Sum of RGB (Red+Green+Blue) = 101+112+66=279 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.20% from 279); Green value is 112 (44.14% from 255 or 40.14% from 279); Blue value is 66 (26.17% from 255 or 23.66% from 279); Max value from RGB is 112 - color contains mainly: green. Hex color #657042 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #657042 is #9A8FBD. Grayscale: #676767. Windows color (decimal): -10129342 or 4354149. OLE color: 4354149.

HSL color Cylindrical-coordinate representation of color #657042: hue angle of 74.35º 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 #657042 is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB10111266-
CMYK0.1000.410.56
HSL74.35º25.84%34.9%-
HSV(B)74.35º41.07%43.92%-
XYZ12.1414.757.36-
YUV103.47106.86126.24-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 36.20%
GREEN value IS 112 (44.14% from 255) = 40.14%
BLUE value IS 66 (26.17% from 255) = 23.66%
R=36.20%
G=40.14%
B=23.66%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal101112660.1000.410.5674.3525.8434.9
Hex657042A029384a1a23
Octal14516010212051701123243
Binary11001011110000100001010100101001111000100101011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657042; }

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

 H1.HeaderClassName
 {
   color: #657042;
 }
 .AnyTagClassName
 {
   color: #657042;
 }
</style>
background-color css

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

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

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

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

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

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