#657048

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

Shades of Woodland #657048

Tints of Woodland #657048

Color information

#657048 (or 0x657048) is unknown color: approx Woodland. HEX triplet: 65, 70 and 48. RGB value is (101,112,72). Sum of RGB (Red+Green+Blue) = 101+112+72=285 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.44% from 285); Green value is 112 (44.14% from 255 or 39.30% from 285); Blue value is 72 (28.52% from 255 or 25.26% from 285); Max value from RGB is 112 - color contains mainly: green. Hex color #657048 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #657048 is #9A8FB7. Grayscale: #686868. Windows color (decimal): -10129336 or 4747365. OLE color: 4747365.

HSL color Cylindrical-coordinate representation of color #657048: hue angle of 76.5º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #657048 is Cyan = 0.10, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.56.

Color convert

RGB10111272-
CMYK0.1000.360.56
HSL76.5º21.74%36.08%-
HSV(B)76.5º35.71%43.92%-
XYZ12.3314.828.34-
YUV104.15109.86125.75-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.44%
GREEN value IS 112 (44.14% from 255) = 39.30%
BLUE value IS 72 (28.52% from 255) = 25.26%
R=35.44%
G=39.30%
B=25.26%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal101112720.1000.360.5676.521.7436.08
Hex657048A024384c1624
Octal14516011012044701142644
Binary11001011110000100100010100100100111000100110010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657048; }

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

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

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

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

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

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

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

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