#353C2D

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

Shades of Seaweed #353C2D

Tints of Seaweed #353C2D

Color information

#353C2D (or 0x353C2D) is unknown color: approx Seaweed. HEX triplet: 35, 3C and 2D. RGB value is (53,60,45). Sum of RGB (Red+Green+Blue) = 53+60+45=158 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.54% from 158); Green value is 60 (23.83% from 255 or 37.97% from 158); Blue value is 45 (17.97% from 255 or 28.48% from 158); Max value from RGB is 60 - color contains mainly: green. Hex color #353C2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353C2D is #CAC3D2. Grayscale: #383838. Windows color (decimal): -13288403 or 2964533. OLE color: 2964533.

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

Color convert

RGB536045-
CMYK0.1200.250.76
HSL88º14.29%20.59%-
HSV(B)88º25%23.53%-
XYZ3.564.183.1-
YUV56.2121.68125.72-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.54%
GREEN value IS 60 (23.83% from 255) = 37.97%
BLUE value IS 45 (17.97% from 255) = 28.48%
R=33.54%
G=37.97%
B=28.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5360450.1200.250.768814.2920.59
Hex353C2DC0194C58e15
Octal657455140311141301625
Binary110101111100101101110001100110011001011000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,60,45); }

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

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

 a { background-color: rgb(53,60,45); }

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

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

 span { border-color: rgb(53,60,45); }

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