#3A492A

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

Shades of Seaweed #3A492A

Tints of Seaweed #3A492A

Color information

#3A492A (or 0x3A492A) is unknown color: approx Seaweed. HEX triplet: 3A, 49 and 2A. RGB value is (58,73,42). Sum of RGB (Red+Green+Blue) = 58+73+42=173 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.53% from 173); Green value is 73 (28.91% from 255 or 42.20% from 173); Blue value is 42 (16.80% from 255 or 24.28% from 173); Max value from RGB is 73 - color contains mainly: green. Hex color #3A492A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A492A is #C5B6D5. Grayscale: #414141. Windows color (decimal): -12957398 or 2771258. OLE color: 2771258.

HSL color Cylindrical-coordinate representation of color #3A492A: hue angle of 89.03º degrees, saturation: 0.27, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3A492A is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.71.

Color convert

RGB587342-
CMYK0.2100.420.71
HSL89.03º26.96%22.55%-
HSV(B)89.03º42.47%28.63%-
XYZ4.555.833.08-
YUV64.98115.03123.02-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 33.53%
GREEN value IS 73 (28.91% from 255) = 42.20%
BLUE value IS 42 (16.80% from 255) = 24.28%
R=33.53%
G=42.20%
B=24.28%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5873420.2100.420.7189.0326.9622.55
Hex3A492A1502A47591b17
Octal7211152250521071313327
Binary1110101001001101010101010101010100011110110011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A492A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,73,42); }

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

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

 a { background-color: rgb(58,73,42); }

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

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

 span { border-color: rgb(58,73,42); }

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