#3A5220

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

Shades of Seaweed #3A5220

Tints of Seaweed #3A5220

Color information

#3A5220 (or 0x3A5220) is unknown color: approx Seaweed. HEX triplet: 3A, 52 and 20. RGB value is (58,82,32). Sum of RGB (Red+Green+Blue) = 58+82+32=172 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.72% from 172); Green value is 82 (32.42% from 255 or 47.67% from 172); Blue value is 32 (12.89% from 255 or 18.60% from 172); Max value from RGB is 82 - color contains mainly: green. Hex color #3A5220 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5220 is #C5ADDF. Grayscale: #454545. Windows color (decimal): -12955104 or 2118202. OLE color: 2118202.

HSL color Cylindrical-coordinate representation of color #3A5220: hue angle of 88.8º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A5220 is Cyan = 0.29, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.68.

Color convert

RGB588232-
CMYK0.2900.610.68
HSL88.8º43.86%22.35%-
HSV(B)88.8º60.98%32.16%-
XYZ5.027.042.46-
YUV69.12107.05120.07-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 33.72%
GREEN value IS 82 (32.42% from 255) = 47.67%
BLUE value IS 32 (12.89% from 255) = 18.60%
R=33.72%
G=47.67%
B=18.60%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5882320.2900.610.6888.843.8622.35
Hex3A52201D03D44592c16
Octal7212240350751041315426
Binary11101010100101000001110101111011000100101100110110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A5220; }

 p { color: rgb(58,82,32); }

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

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

 a { background-color: rgb(58,82,32); }

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

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

 span { border-color: rgb(58,82,32); }

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