#353A2E

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

Shades of Seaweed #353A2E

Tints of Seaweed #353A2E

Color information

#353A2E (or 0x353A2E) is unknown color: approx Seaweed. HEX triplet: 35, 3A and 2E. RGB value is (53,58,46). Sum of RGB (Red+Green+Blue) = 53+58+46=157 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.76% from 157); Green value is 58 (23.05% from 255 or 36.94% from 157); Blue value is 46 (18.36% from 255 or 29.30% from 157); Max value from RGB is 58 - color contains mainly: green. Hex color #353A2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353A2E is #CAC5D1. Grayscale: #373737. Windows color (decimal): -13288914 or 3029557. OLE color: 3029557.

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

Color convert

RGB535846-
CMYK0.0900.210.77
HSL85º11.54%20.39%-
HSV(B)85º20.69%22.75%-
XYZ3.473.983.17-
YUV55.14122.84126.48-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.76%
GREEN value IS 58 (23.05% from 255) = 36.94%
BLUE value IS 46 (18.36% from 255) = 29.30%
R=33.76%
G=36.94%
B=29.30%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5358460.0900.210.778511.5420.39
Hex353A2E90154D55c14
Octal657256110251151251424
Binary110101111010101110100101010110011011010101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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