#353A2F

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

Shades of Seaweed #353A2F

Tints of Seaweed #353A2F

Color information

#353A2F (or 0x353A2F) is unknown color: approx Seaweed. HEX triplet: 35, 3A and 2F. RGB value is (53,58,47). Sum of RGB (Red+Green+Blue) = 53+58+47=158 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.54% from 158); Green value is 58 (23.05% from 255 or 36.71% from 158); Blue value is 47 (18.75% from 255 or 29.75% from 158); Max value from RGB is 58 - color contains mainly: green. Hex color #353A2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353A2F is #CAC5D0. Grayscale: #373737. Windows color (decimal): -13288913 or 3095093. OLE color: 3095093.

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

Color convert

RGB535847-
CMYK0.0900.190.77
HSL87.27º10.48%20.59%-
HSV(B)87.27º18.97%22.75%-
XYZ3.493.993.27-
YUV55.25123.34126.39-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.54%
GREEN value IS 58 (23.05% from 255) = 36.71%
BLUE value IS 47 (18.75% from 255) = 29.75%
R=33.54%
G=36.71%
B=29.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5358470.0900.190.7787.2710.4820.59
Hex353A2F90134D57a15
Octal657257110231151271225
Binary110101111010101111100101001110011011010111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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