#323A38

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

Shades of Woodsmoke #323A38

Tints of Woodsmoke #323A38

Color information

#323A38 (or 0x323A38) is unknown color: approx Woodsmoke. HEX triplet: 32, 3A and 38. RGB value is (50,58,56). Sum of RGB (Red+Green+Blue) = 50+58+56=164 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.49% from 164); Green value is 58 (23.05% from 255 or 35.37% from 164); Blue value is 56 (22.27% from 255 or 34.15% from 164); Max value from RGB is 58 - color contains mainly: green. Hex color #323A38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323A38 is #CDC5C7. Grayscale: #373737. Windows color (decimal): -13485512 or 3684914. OLE color: 3684914.

HSL color Cylindrical-coordinate representation of color #323A38: hue angle of 165º degrees, saturation: 0.07, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #323A38 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.77.

Color convert

RGB505856-
CMYK0.1400.030.77
HSL165º7.41%21.18%-
HSV(B)165º13.79%22.75%-
XYZ3.543.994.32-
YUV55.38128.35124.16-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 30.49%
GREEN value IS 58 (23.05% from 255) = 35.37%
BLUE value IS 56 (22.27% from 255) = 34.15%
R=30.49%
G=35.37%
B=34.15%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5058560.1400.030.771657.4121.18
Hex323A38E034Da5715
Octal6272701603115245725
Binary110010111010111000111001110011011010010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323A38; }

 p { color: rgb(50,58,56); }

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

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

 a { background-color: rgb(50,58,56); }

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

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

 span { border-color: rgb(50,58,56); }

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