Html Css Color HEX #353F2C Seaweed

📋 copy color: '#353F2C'

red 53 ◦ green 63 ◦ blue 44

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

Shades of Seaweed #353F2C

Tints of Seaweed #353F2C

RGB

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

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

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

R = 33.13%
G = 39.38%
B = 27.5%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.30

 K value IS 0.75

RGB Variations

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

Color information

#353F2C (or 0x353F2C) is known color: Seaweed. HEX triplet: 35, 3F and 2C. RGB value is (53,63,44). Sum of RGB (Red+Green+Blue) = 53+63+44=160 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.12% from 160); Green value is 63 (25% from 255 or 39.38% from 160); Blue value is 44 (17.58% from 255 or 27.5% from 160); Max value from RGB is 63 - color contains mainly: green. Hex color #353F2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353F2C is #CAC0D3. Grayscale: #393939. Windows color (decimal): -13287636 or 2899765. OLE color: 2899765.

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

Color convert

RGB 53 63 44 -
CMYK 0.16 0 0.30 0.75
HSL 91.58º 0.18% 0.21% -
HSV(B) 91.58º 0.3% 0.25% -
XYZ 3.7 4.49 3.06 -
YUV 57.84 120.19 124.54 -
System Red Green Blue C M Y K H S L
Decimal 53 63 44 0.16 0 0.30 0.75 91.58 0.18 0.21
Hex 35 3F 2C 10 0 1E 4B 5C 12 15
Octal 65 77 54 20 0 36 113 134 22 25
Binary 110101 111111 101100 10000 0 11110 1001011 1011100 10010 10101

Color Harmonies of #353F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353F2C

Black with #353F2C

Text Example


Text Example

White with #353F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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