#35491D

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

Shades of Seaweed #35491D

Tints of Seaweed #35491D

Color information

#35491D (or 0x35491D) is unknown color: approx Seaweed. HEX triplet: 35, 49 and 1D. RGB value is (53,73,29). Sum of RGB (Red+Green+Blue) = 53+73+29=155 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.19% from 155); Green value is 73 (28.91% from 255 or 47.10% from 155); Blue value is 29 (11.72% from 255 or 18.71% from 155); Max value from RGB is 73 - color contains mainly: green. Hex color #35491D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35491D is #CAB6E2. Grayscale: #3E3E3E. Windows color (decimal): -13285091 or 1919285. OLE color: 1919285.

HSL color Cylindrical-coordinate representation of color #35491D: hue angle of 87.27º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #35491D is Cyan = 0.27, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.71.

Color convert

RGB537329-
CMYK0.2700.600.71
HSL87.27º43.14%20%-
HSV(B)87.27º60.27%28.63%-
XYZ4.075.612.03-
YUV62109.37121.58-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 34.19%
GREEN value IS 73 (28.91% from 255) = 47.10%
BLUE value IS 29 (11.72% from 255) = 18.71%
R=34.19%
G=47.10%
B=18.71%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5373290.2700.600.7187.2743.1420
Hex35491D1B03C47572b14
Octal6511135330741071275324
Binary1101011001001111011101101111001000111101011110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35491D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35491D; }

 p { color: rgb(53,73,29); }

 H1.HeaderClassName
 {
   color: #35491D;
 }
 .AnyTagClassName
 {
   color: #35491D;
 }
</style>
background-color css

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

 a { background-color: rgb(53,73,29); }

 div.DivClassName
 {
   background-color: #35491D;
 }
 .BgClassName
 {
   background-color: #35491D;
 }
</style>
border-color css

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

 span { border-color: rgb(53,73,29); }

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