#35521D

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

Shades of Seaweed #35521D

Tints of Seaweed #35521D

Color information

#35521D (or 0x35521D) is unknown color: approx Seaweed. HEX triplet: 35, 52 and 1D. RGB value is (53,82,29). Sum of RGB (Red+Green+Blue) = 53+82+29=164 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.32% from 164); Green value is 82 (32.42% from 255 or 50% from 164); Blue value is 29 (11.72% from 255 or 17.68% from 164); Max value from RGB is 82 - color contains mainly: green. Hex color #35521D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35521D is #CAADE2. Grayscale: #434343. Windows color (decimal): -13282787 or 1921589. OLE color: 1921589.

HSL color Cylindrical-coordinate representation of color #35521D: hue angle of 92.83º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #35521D is Cyan = 0.35, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB538229-
CMYK0.3500.650.68
HSL92.83º47.75%21.76%-
HSV(B)92.83º64.63%32.16%-
XYZ4.716.882.24-
YUV67.29106.39117.81-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 32.32%
GREEN value IS 82 (32.42% from 255) = 50%
BLUE value IS 29 (11.72% from 255) = 17.68%
R=32.32%
G=50%
B=17.68%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5382290.3500.650.6892.8347.7521.76
Hex35521D23041445d3016
Octal65122354301011041356026
Binary110101101001011101100011010000011000100101110111000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35521D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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