Html Css Color HEX #354329 Seaweed

📋 copy color: '#354329'

red 53 ◦ green 67 ◦ blue 41

#354329
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seaweed #354329

Tints of Seaweed #354329

RGB

 RED value IS 53 (21.09% from 255) = 32.92%

 GREEN value IS 67 (26.56% from 255) = 41.61%

 BLUE value IS 41 (16.41% from 255) = 25.47%

R = 32.92%
G = 41.61%
B = 25.47%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.39

 K value IS 0.74

RGB Variations

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

Color information

#354329 (or 0x354329) is known color: Seaweed. HEX triplet: 35, 43 and 29. RGB value is (53,67,41). Sum of RGB (Red+Green+Blue) = 53+67+41=161 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.92% from 161); Green value is 67 (26.56% from 255 or 41.61% from 161); Blue value is 41 (16.41% from 255 or 25.47% from 161); Max value from RGB is 67 - color contains mainly: green. Hex color #354329 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354329 is #CABCD6. Grayscale: #3B3B3B. Windows color (decimal): -13286615 or 2704181. OLE color: 2704181.

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

Color convert

RGB 53 67 41 -
CMYK 0.21 0 0.39 0.74
HSL 92.31º 0.24% 0.21% -
HSV(B) 92.31º 0.39% 0.26% -
XYZ 3.88 4.93 2.85 -
YUV 59.85 117.36 123.11 -
System Red Green Blue C M Y K H S L
Decimal 53 67 41 0.21 0 0.39 0.74 92.31 0.24 0.21
Hex 35 43 29 15 0 27 4A 5C 18 15
Octal 65 103 51 25 0 47 112 134 30 25
Binary 110101 1000011 101001 10101 0 100111 1001010 1011100 11000 10101

Color Harmonies of #354329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354329

Black with #354329

Text Example


Text Example

White with #354329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354329; }

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

 H1.HeaderClassName
 {
   color: #354329;
 }
 .AnyTagClassName
 {
   color: #354329;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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