#657142

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

Shades of Woodland #657142

Tints of Woodland #657142

Color information

#657142 (or 0x657142) is unknown color: approx Woodland. HEX triplet: 65, 71 and 42. RGB value is (101,113,66). Sum of RGB (Red+Green+Blue) = 101+113+66=280 (37% of max value = 765). Red value is 101 (39.84% from 255 or 36.07% from 280); Green value is 113 (44.53% from 255 or 40.36% from 280); Blue value is 66 (26.17% from 255 or 23.57% from 280); Max value from RGB is 113 - color contains mainly: green. Hex color #657142 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #657142 is #9A8EBD. Grayscale: #686868. Windows color (decimal): -10129086 or 4354405. OLE color: 4354405.

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

Color convert

RGB10111366-
CMYK0.1100.420.56
HSL75.32º26.26%35.1%-
HSV(B)75.32º41.59%44.31%-
XYZ12.2614.977.4-
YUV104.05106.52125.82-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 36.07%
GREEN value IS 113 (44.53% from 255) = 40.36%
BLUE value IS 66 (26.17% from 255) = 23.57%
R=36.07%
G=40.36%
B=23.57%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal101113660.1100.420.5675.3226.2635.1
Hex657142B02A384b1a23
Octal14516110213052701133243
Binary11001011110001100001010110101010111000100101111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657142; }

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

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

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

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

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

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

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

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