#667048

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

Shades of Woodland #667048

Tints of Woodland #667048

Color information

#667048 (or 0x667048) is unknown color: approx Woodland. HEX triplet: 66, 70 and 48. RGB value is (102,112,72). Sum of RGB (Red+Green+Blue) = 102+112+72=286 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.66% from 286); Green value is 112 (44.14% from 255 or 39.16% from 286); Blue value is 72 (28.52% from 255 or 25.17% from 286); Max value from RGB is 112 - color contains mainly: green. Hex color #667048 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #667048 is #998FB7. Grayscale: #686868. Windows color (decimal): -10063800 or 4747366. OLE color: 4747366.

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

Color convert

RGB10211272-
CMYK0.0900.360.56
HSL75º21.74%36.08%-
HSV(B)75º35.71%43.92%-
XYZ12.4414.888.35-
YUV104.45109.69126.25-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.66%
GREEN value IS 112 (44.14% from 255) = 39.16%
BLUE value IS 72 (28.52% from 255) = 25.17%
R=35.66%
G=39.16%
B=25.17%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal102112720.0900.360.567521.7436.08
Hex6670489024384b1624
Octal14616011011044701132644
Binary11001101110000100100010010100100111000100101110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667048; }

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

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

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

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

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

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

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

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