Html Css Color HEX #353C2D Seaweed

📋 copy color: '#353C2D'

red 53 ◦ green 60 ◦ blue 45

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

Shades of Seaweed #353C2D

Tints of Seaweed #353C2D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 37.97%

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

R = 33.54%
G = 37.97%
B = 28.48%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.25

 K value IS 0.76

RGB Variations

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

Color information

#353C2D (or 0x353C2D) is known color: Seaweed. HEX triplet: 35, 3C and 2D. RGB value is (53,60,45). Sum of RGB (Red+Green+Blue) = 53+60+45=158 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.54% from 158); Green value is 60 (23.83% from 255 or 37.97% from 158); Blue value is 45 (17.97% from 255 or 28.48% from 158); Max value from RGB is 60 - color contains mainly: green. Hex color #353C2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353C2D is #CAC3D2. Grayscale: #383838. Windows color (decimal): -13288403 or 2964533. OLE color: 2964533.

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

Color convert

RGB 53 60 45 -
CMYK 0.12 0 0.25 0.76
HSL 88º 0.14% 0.21% -
HSV(B) 88º 0.25% 0.24% -
XYZ 3.56 4.18 3.1 -
YUV 56.2 121.68 125.72 -
System Red Green Blue C M Y K H S L
Decimal 53 60 45 0.12 0 0.25 0.76 88 0.14 0.21
Hex 35 3C 2D C 0 19 4C 58 E 15
Octal 65 74 55 14 0 31 114 130 16 25
Binary 110101 111100 101101 1100 0 11001 1001100 1011000 1110 10101

Color Harmonies of #353C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353C2D

Black with #353C2D

Text Example


Text Example

White with #353C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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