#353B2E

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

Shades of Seaweed #353B2E

Tints of Seaweed #353B2E

Color information

#353B2E (or 0x353B2E) is unknown color: approx Seaweed. HEX triplet: 35, 3B and 2E. RGB value is (53,59,46). Sum of RGB (Red+Green+Blue) = 53+59+46=158 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.54% from 158); Green value is 59 (23.44% from 255 or 37.34% from 158); Blue value is 46 (18.36% from 255 or 29.11% from 158); Max value from RGB is 59 - color contains mainly: green. Hex color #353B2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353B2E is #CAC4D1. Grayscale: #373737. Windows color (decimal): -13288658 or 3029813. OLE color: 3029813.

HSL color Cylindrical-coordinate representation of color #353B2E: hue angle of 87.69º degrees, saturation: 0.12, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #353B2E is Cyan = 0.10, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.77.

Color convert

RGB535946-
CMYK0.1000.220.77
HSL87.69º12.38%20.59%-
HSV(B)87.69º22.03%23.14%-
XYZ3.534.083.19-
YUV55.72122.51126.06-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.54%
GREEN value IS 59 (23.44% from 255) = 37.34%
BLUE value IS 46 (18.36% from 255) = 29.11%
R=33.54%
G=37.34%
B=29.11%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5359460.1000.220.7787.6912.3820.59
Hex353B2EA0164D58c15
Octal657356120261151301425
Binary110101111011101110101001011010011011011000110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,59,46); }

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

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

 a { background-color: rgb(53,59,46); }

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

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

 span { border-color: rgb(53,59,46); }

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