Html Css Color HEX #353F29 Seaweed

📋 copy color: '#353F29'

red 53 ◦ green 63 ◦ blue 41

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

Shades of Seaweed #353F29

Tints of Seaweed #353F29

RGB

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

 GREEN value IS 63 (25% from 255) = 40.13%

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

R = 33.76%
G = 40.13%
B = 26.11%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.35

 K value IS 0.75

RGB Variations

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

Color information

#353F29 (or 0x353F29) is known color: Seaweed. HEX triplet: 35, 3F and 29. RGB value is (53,63,41). Sum of RGB (Red+Green+Blue) = 53+63+41=157 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.76% from 157); Green value is 63 (25% from 255 or 40.13% from 157); Blue value is 41 (16.41% from 255 or 26.11% from 157); Max value from RGB is 63 - color contains mainly: green. Hex color #353F29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353F29 is #CAC0D6. Grayscale: #393939. Windows color (decimal): -13287639 or 2703157. OLE color: 2703157.

HSL color Cylindrical-coordinate representation of color #353F29: hue angle of 87.27º degrees, saturation: 0.21, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #353F29 is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.75.

Color convert

RGB 53 63 41 -
CMYK 0.16 0 0.35 0.75
HSL 87.27º 0.21% 0.2% -
HSV(B) 87.27º 0.35% 0.25% -
XYZ 3.65 4.47 2.77 -
YUV 57.5 118.69 124.79 -
System Red Green Blue C M Y K H S L
Decimal 53 63 41 0.16 0 0.35 0.75 87.27 0.21 0.2
Hex 35 3F 29 10 0 23 4B 57 15 14
Octal 65 77 51 20 0 43 113 127 25 24
Binary 110101 111111 101001 10000 0 100011 1001011 1010111 10101 10100

Color Harmonies of #353F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353F29

Black with #353F29

Text Example


Text Example

White with #353F29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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