#353930

Color #353930 Seaweed (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seaweed #353930

Tints of Seaweed #353930

Color information

#353930 (or 0x353930) is unknown color: approx 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

RGB535748-
CMYK0.0700.160.78
HSL86.67º8.57%20.59%-
HSV(B)86.67º15.79%22.35%-
XYZ3.463.93.37-
YUV54.78124.17126.73-

RGB Variations

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

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 (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5357480.0700.160.7886.678.5720.59
Hex35393070104E57915
Octal65716070201161271125
Binary11010111100111000011101000010011101010111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>