#353831

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

Shades of Seaweed #353831

Tints of Seaweed #353831

Color information

#353831 (or 0x353831) is unknown color: approx Seaweed. HEX triplet: 35, 38 and 31. RGB value is (53,56,49). Sum of RGB (Red+Green+Blue) = 53+56+49=158 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.54% from 158); Green value is 56 (22.27% from 255 or 35.44% from 158); Blue value is 49 (19.53% from 255 or 31.01% from 158); Max value from RGB is 56 - color contains mainly: green. Hex color #353831 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353831 is #CAC7CE. Grayscale: #363636. Windows color (decimal): -13289423 or 3225653. OLE color: 3225653.

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

Color convert

RGB535649-
CMYK0.0500.120.78
HSL85.71º6.67%20.59%-
HSV(B)85.71º12.5%21.96%-
XYZ3.443.813.46-
YUV54.3125.01127.07-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.54%
GREEN value IS 56 (22.27% from 255) = 35.44%
BLUE value IS 49 (19.53% from 255) = 31.01%
R=33.54%
G=35.44%
B=31.01%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5356490.0500.120.7885.716.6720.59
Hex35383150C4E56715
Octal6570615014116126725
Binary110101111000110001101011001001110101011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353831; }

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

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

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

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

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

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

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

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