#353938

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

Shades of Woodsmoke #353938

Tints of Woodsmoke #353938

Color information

#353938 (or 0x353938) is unknown color: approx Woodsmoke. HEX triplet: 35, 39 and 38. RGB value is (53,57,56). Sum of RGB (Red+Green+Blue) = 53+57+56=166 (21% of max value = 765). Red value is 53 (21.09% from 255 or 31.93% from 166); Green value is 57 (22.66% from 255 or 34.34% from 166); Blue value is 56 (22.27% from 255 or 33.73% from 166); Max value from RGB is 57 - color contains mainly: green. Hex color #353938 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353938 is #CAC6C7. Grayscale: #373737. Windows color (decimal): -13289160 or 3684661. OLE color: 3684661.

HSL color Cylindrical-coordinate representation of color #353938: hue angle of 165º degrees, saturation: 0.04, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #353938 is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.78.

Color convert

RGB535756-
CMYK0.0700.020.78
HSL165º3.64%21.57%-
HSV(B)165º7.02%22.35%-
XYZ3.653.974.32-
YUV55.69128.17126.08-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 31.93%
GREEN value IS 57 (22.66% from 255) = 34.34%
BLUE value IS 56 (22.27% from 255) = 33.73%
R=31.93%
G=34.34%
B=33.73%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5357560.0700.020.781653.6421.57
Hex3539387024Ea5416
Octal657170702116245426
Binary11010111100111100011101010011101010010110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353938; }

 p { color: rgb(53,57,56); }

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

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

 a { background-color: rgb(53,57,56); }

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

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

 span { border-color: rgb(53,57,56); }

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