#647048

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

Shades of Woodland #647048

Tints of Woodland #647048

Color information

#647048 (or 0x647048) is unknown color: approx Woodland. HEX triplet: 64, 70 and 48. RGB value is (100,112,72). Sum of RGB (Red+Green+Blue) = 100+112+72=284 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.21% from 284); Green value is 112 (44.14% from 255 or 39.44% from 284); Blue value is 72 (28.52% from 255 or 25.35% from 284); Max value from RGB is 112 - color contains mainly: green. Hex color #647048 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #647048 is #9B8FB7. Grayscale: #686868. Windows color (decimal): -10194872 or 4747364. OLE color: 4747364.

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

Color convert

RGB10011272-
CMYK0.1100.360.56
HSL78º21.74%36.08%-
HSV(B)78º35.71%43.92%-
XYZ12.2214.778.34-
YUV103.85110.02125.25-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.21%
GREEN value IS 112 (44.14% from 255) = 39.44%
BLUE value IS 72 (28.52% from 255) = 25.35%
R=35.21%
G=39.44%
B=25.35%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal100112720.1100.360.567821.7436.08
Hex647048B024384e1624
Octal14416011013044701162644
Binary11001001110000100100010110100100111000100111010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647048; }

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

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

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

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

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

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

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

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