Html Css Color HEX #353832 Seaweed

📋 copy color: '#353832'

red 53 ◦ green 56 ◦ blue 50

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

Shades of Seaweed #353832

Tints of Seaweed #353832

RGB

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

 GREEN value IS 56 (22.27% from 255) = 35.22%

 BLUE value IS 50 (19.92% from 255) = 31.45%

R = 33.33%
G = 35.22%
B = 31.45%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.11

 K value IS 0.78

RGB Variations

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

Color information

#353832 (or 0x353832) is known color: Seaweed. HEX triplet: 35, 38 and 32. RGB value is (53,56,50). Sum of RGB (Red+Green+Blue) = 53+56+50=159 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.33% from 159); Green value is 56 (22.27% from 255 or 35.22% from 159); Blue value is 50 (19.92% from 255 or 31.45% from 159); Max value from RGB is 56 - color contains mainly: green. Hex color #353832 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353832 is #CAC7CD. Grayscale: #363636. Windows color (decimal): -13289422 or 3291189. OLE color: 3291189.

HSL color Cylindrical-coordinate representation of color #353832: hue angle of 90º degrees, saturation: 0.06, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #353832 is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.78.

Color convert

RGB 53 56 50 -
CMYK 0.05 0 0.11 0.78
HSL 90º 0.06% 0.21% -
HSV(B) 90º 0.11% 0.22% -
XYZ 3.46 3.82 3.57 -
YUV 54.42 125.51 126.99 -
System Red Green Blue C M Y K H S L
Decimal 53 56 50 0.05 0 0.11 0.78 90 0.06 0.21
Hex 35 38 32 5 0 B 4E 5A 6 15
Octal 65 70 62 5 0 13 116 132 6 25
Binary 110101 111000 110010 101 0 1011 1001110 1011010 110 10101

Color Harmonies of #353832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353832

Black with #353832

Text Example


Text Example

White with #353832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353832; }

 p { color: rgb(53,56,50); }

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

background-color css

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

 a { background-color: rgb(53,56,50); }

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

border-color css

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

 span { border-color: rgb(53,56,50); }

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