#35521E

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

Shades of Seaweed #35521E

Tints of Seaweed #35521E

Color information

#35521E (or 0x35521E) is unknown color: approx Seaweed. HEX triplet: 35, 52 and 1E. RGB value is (53,82,30). Sum of RGB (Red+Green+Blue) = 53+82+30=165 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.12% from 165); Green value is 82 (32.42% from 255 or 49.70% from 165); Blue value is 30 (12.11% from 255 or 18.18% from 165); Max value from RGB is 82 - color contains mainly: green. Hex color #35521E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35521E is #CAADE1. Grayscale: #434343. Windows color (decimal): -13282786 or 1987125. OLE color: 1987125.

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

Color convert

RGB538230-
CMYK0.3500.630.68
HSL93.46º46.43%21.96%-
HSV(B)93.46º63.41%32.16%-
XYZ4.726.892.31-
YUV67.4106.89117.73-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 32.12%
GREEN value IS 82 (32.42% from 255) = 49.70%
BLUE value IS 30 (12.11% from 255) = 18.18%
R=32.12%
G=49.70%
B=18.18%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5382300.3500.630.6893.4646.4321.96
Hex35521E2303F445d2e16
Octal6512236430771041355626
Binary11010110100101111010001101111111000100101110110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35521E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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