Html Css Color HEX #353D2D Seaweed

📋 copy color: '#353D2D'

red 53 ◦ green 61 ◦ blue 45

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

Shades of Seaweed #353D2D

Tints of Seaweed #353D2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 28.3%

R = 33.33%
G = 38.36%
B = 28.3%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.26

 K value IS 0.76

RGB Variations

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

Color information

#353D2D (or 0x353D2D) is known color: Seaweed. HEX triplet: 35, 3D and 2D. RGB value is (53,61,45). Sum of RGB (Red+Green+Blue) = 53+61+45=159 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.33% from 159); Green value is 61 (24.22% from 255 or 38.36% from 159); Blue value is 45 (17.97% from 255 or 28.30% from 159); Max value from RGB is 61 - color contains mainly: green. Hex color #353D2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353D2D is #CAC2D2. Grayscale: #383838. Windows color (decimal): -13288147 or 2964789. OLE color: 2964789.

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

Color convert

RGB 53 61 45 -
CMYK 0.13 0 0.26 0.76
HSL 90º 0.15% 0.21% -
HSV(B) 90º 0.26% 0.24% -
XYZ 3.61 4.28 3.12 -
YUV 56.78 121.35 125.3 -
System Red Green Blue C M Y K H S L
Decimal 53 61 45 0.13 0 0.26 0.76 90 0.15 0.21
Hex 35 3D 2D D 0 1A 4C 5A F 15
Octal 65 75 55 15 0 32 114 132 17 25
Binary 110101 111101 101101 1101 0 11010 1001100 1011010 1111 10101

Color Harmonies of #353D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353D2D

Black with #353D2D

Text Example


Text Example

White with #353D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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