#353D2C

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

Shades of Seaweed #353D2C

Tints of Seaweed #353D2C

Color information

#353D2C (or 0x353D2C) is unknown color: approx Seaweed. HEX triplet: 35, 3D and 2C. RGB value is (53,61,44). Sum of RGB (Red+Green+Blue) = 53+61+44=158 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.54% from 158); Green value is 61 (24.22% from 255 or 38.61% from 158); Blue value is 44 (17.58% from 255 or 27.85% from 158); Max value from RGB is 61 - color contains mainly: green. Hex color #353D2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353D2C is #CAC2D3. Grayscale: #383838. Windows color (decimal): -13288148 or 2899253. OLE color: 2899253.

HSL color Cylindrical-coordinate representation of color #353D2C: hue angle of 88.24º degrees, saturation: 0.16, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #353D2C is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.76.

Color convert

RGB536144-
CMYK0.1300.280.76
HSL88.24º16.19%20.59%-
HSV(B)88.24º27.87%23.92%-
XYZ3.594.283.02-
YUV56.67120.85125.38-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.54%
GREEN value IS 61 (24.22% from 255) = 38.61%
BLUE value IS 44 (17.58% from 255) = 27.85%
R=33.54%
G=38.61%
B=27.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5361440.1300.280.7688.2416.1920.59
Hex353D2CD01C4C581015
Octal657554150341141302025
Binary1101011111011011001101011100100110010110001000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353D2C; }

 p { color: rgb(53,61,44); }

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

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

 a { background-color: rgb(53,61,44); }

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

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

 span { border-color: rgb(53,61,44); }

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