#3A521B

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

Shades of Seaweed #3A521B

Tints of Seaweed #3A521B

Color information

#3A521B (or 0x3A521B) is unknown color: approx Seaweed. HEX triplet: 3A, 52 and 1B. RGB value is (58,82,27). Sum of RGB (Red+Green+Blue) = 58+82+27=167 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.73% from 167); Green value is 82 (32.42% from 255 or 49.10% from 167); Blue value is 27 (10.94% from 255 or 16.17% from 167); Max value from RGB is 82 - color contains mainly: green. Hex color #3A521B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A521B is #C5ADE4. Grayscale: #444444. Windows color (decimal): -12955109 or 1790522. OLE color: 1790522.

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

Color convert

RGB588227-
CMYK0.2900.670.68
HSL86.18º50.46%21.37%-
HSV(B)86.18º67.07%32.16%-
XYZ4.967.012.13-
YUV68.55104.55120.47-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 34.73%
GREEN value IS 82 (32.42% from 255) = 49.10%
BLUE value IS 27 (10.94% from 255) = 16.17%
R=34.73%
G=49.10%
B=16.17%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5882270.2900.670.6886.1850.4621.37
Hex3A521B1D04344563215
Octal72122333501031041266225
Binary11101010100101101111101010000111000100101011011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A521B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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