#354229

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

Shades of Seaweed #354229

Tints of Seaweed #354229

Color information

#354229 (or 0x354229) is unknown color: approx Seaweed. HEX triplet: 35, 42 and 29. RGB value is (53,66,41). Sum of RGB (Red+Green+Blue) = 53+66+41=160 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.12% from 160); Green value is 66 (26.17% from 255 or 41.25% from 160); Blue value is 41 (16.41% from 255 or 25.62% from 160); Max value from RGB is 66 - color contains mainly: green. Hex color #354229 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354229 is #CABDD6. Grayscale: #3B3B3B. Windows color (decimal): -13286871 or 2703925. OLE color: 2703925.

HSL color Cylindrical-coordinate representation of color #354229: hue angle of 91.2º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #354229 is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.74.

Color convert

RGB536641-
CMYK0.2000.380.74
HSL91.2º23.36%20.98%-
HSV(B)91.2º37.88%25.88%-
XYZ3.824.812.83-
YUV59.26117.69123.53-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.12%
GREEN value IS 66 (26.17% from 255) = 41.25%
BLUE value IS 41 (16.41% from 255) = 25.62%
R=33.12%
G=41.25%
B=25.62%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5366410.2000.380.7491.223.3620.98
Hex354229140264A5b1715
Octal6510251240461121332725
Binary1101011000010101001101000100110100101010110111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354229; }

 p { color: rgb(53,66,41); }

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

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

 a { background-color: rgb(53,66,41); }

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

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

 span { border-color: rgb(53,66,41); }

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