#353E2B

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

Shades of Seaweed #353E2B

Tints of Seaweed #353E2B

Color information

#353E2B (or 0x353E2B) is unknown color: approx Seaweed. HEX triplet: 35, 3E and 2B. RGB value is (53,62,43). Sum of RGB (Red+Green+Blue) = 53+62+43=158 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.54% from 158); Green value is 62 (24.61% from 255 or 39.24% from 158); Blue value is 43 (17.19% from 255 or 27.22% from 158); Max value from RGB is 62 - color contains mainly: green. Hex color #353E2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353E2B is #CAC1D4. Grayscale: #393939. Windows color (decimal): -13287893 or 2833973. OLE color: 2833973.

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

Color convert

RGB536243-
CMYK0.1500.310.76
HSL88.42º18.1%20.59%-
HSV(B)88.42º30.65%24.31%-
XYZ3.634.382.94-
YUV57.14120.02125.04-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.54%
GREEN value IS 62 (24.61% from 255) = 39.24%
BLUE value IS 43 (17.19% from 255) = 27.22%
R=33.54%
G=39.24%
B=27.22%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5362430.1500.310.7688.4218.120.59
Hex353E2BF01F4C581215
Octal657653170371141302225
Binary1101011111101010111111011111100110010110001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,62,43); }

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

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

 a { background-color: rgb(53,62,43); }

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

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

 span { border-color: rgb(53,62,43); }

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