Html Css Color HEX #353D2C Seaweed

📋 copy color: '#353D2C'

red 53 ◦ green 61 ◦ blue 44

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

Shades of Seaweed #353D2C

Tints of Seaweed #353D2C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 38.61%

 BLUE value IS 44 (17.58% from 255) = 27.85%

R = 33.54%
G = 38.61%
B = 27.85%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.28

 K value IS 0.76

RGB Variations

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

Color information

#353D2C (or 0x353D2C) is known color: Seaweed. HEX triplet: 35, 3D and 2C. RGB value is (53,61,44). Sum of RGB (Red+Green+Blue) = 53+61+44=158 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.54% from 158); Green value is 61 (24.22% from 255 or 38.61% from 158); Blue value is 44 (17.58% from 255 or 27.85% from 158); Max value from RGB is 61 - color contains mainly: green. Hex color #353D2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353D2C is #CAC2D3. Grayscale: #383838. Windows color (decimal): -13288148 or 2899253. OLE color: 2899253.

HSL color Cylindrical-coordinate representation of color #353D2C: hue angle of 88.24º degrees, saturation: 0.16, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #353D2C is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.76.

Color convert

RGB 53 61 44 -
CMYK 0.13 0 0.28 0.76
HSL 88.24º 0.16% 0.21% -
HSV(B) 88.24º 0.28% 0.24% -
XYZ 3.59 4.28 3.02 -
YUV 56.67 120.85 125.38 -
System Red Green Blue C M Y K H S L
Decimal 53 61 44 0.13 0 0.28 0.76 88.24 0.16 0.21
Hex 35 3D 2C D 0 1C 4C 58 10 15
Octal 65 75 54 15 0 34 114 130 20 25
Binary 110101 111101 101100 1101 0 11100 1001100 1011000 10000 10101

Color Harmonies of #353D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353D2C

Black with #353D2C

Text Example


Text Example

White with #353D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,61,44); }

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

background-color css

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

 a { background-color: rgb(53,61,44); }

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

border-color css

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

 span { border-color: rgb(53,61,44); }

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