Html Css Color HEX #353930 Seaweed

📋 copy color: '#353930'

red 53 ◦ green 57 ◦ blue 48

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

Shades of Seaweed #353930

Tints of Seaweed #353930

RGB

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

 GREEN value IS 57 (22.66% from 255) = 36.08%

 BLUE value IS 48 (19.14% from 255) = 30.38%

R = 33.54%
G = 36.08%
B = 30.38%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.16

 K value IS 0.78

RGB Variations

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

Color information

#353930 (or 0x353930) is known color: Seaweed. HEX triplet: 35, 39 and 30. RGB value is (53,57,48). Sum of RGB (Red+Green+Blue) = 53+57+48=158 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.54% from 158); Green value is 57 (22.66% from 255 or 36.08% from 158); Blue value is 48 (19.14% from 255 or 30.38% from 158); Max value from RGB is 57 - color contains mainly: green. Hex color #353930 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353930 is #CAC6CF. Grayscale: #363636. Windows color (decimal): -13289168 or 3160373. OLE color: 3160373.

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

Color convert

RGB 53 57 48 -
CMYK 0.07 0 0.16 0.78
HSL 86.67º 0.09% 0.21% -
HSV(B) 86.67º 0.16% 0.22% -
XYZ 3.46 3.9 3.37 -
YUV 54.78 124.17 126.73 -
System Red Green Blue C M Y K H S L
Decimal 53 57 48 0.07 0 0.16 0.78 86.67 0.09 0.21
Hex 35 39 30 7 0 10 4E 57 9 15
Octal 65 71 60 7 0 20 116 127 11 25
Binary 110101 111001 110000 111 0 10000 1001110 1010111 1001 10101

Color Harmonies of #353930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353930

Black with #353930

Text Example


Text Example

White with #353930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353930; }

 p { color: rgb(53,57,48); }

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

background-color css

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

 a { background-color: rgb(53,57,48); }

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

border-color css

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

 span { border-color: rgb(53,57,48); }

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