#3A442B

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

Shades of Seaweed #3A442B

Tints of Seaweed #3A442B

Color information

#3A442B (or 0x3A442B) is unknown color: approx Seaweed. HEX triplet: 3A, 44 and 2B. RGB value is (58,68,43). Sum of RGB (Red+Green+Blue) = 58+68+43=169 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.32% from 169); Green value is 68 (26.95% from 255 or 40.24% from 169); Blue value is 43 (17.19% from 255 or 25.44% from 169); Max value from RGB is 68 - color contains mainly: green. Hex color #3A442B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A442B is #C5BBD4. Grayscale: #3E3E3E. Windows color (decimal): -12958677 or 2835514. OLE color: 2835514.

HSL color Cylindrical-coordinate representation of color #3A442B: hue angle of 84º degrees, saturation: 0.23, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3A442B is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.73.

Color convert

RGB586843-
CMYK0.1500.370.73
HSL84º22.52%21.76%-
HSV(B)84º36.76%26.67%-
XYZ4.255.213.07-
YUV62.16117.19125.03-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 34.32%
GREEN value IS 68 (26.95% from 255) = 40.24%
BLUE value IS 43 (17.19% from 255) = 25.44%
R=34.32%
G=40.24%
B=25.44%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5868430.1500.370.738422.5221.76
Hex3A442BF02549541716
Octal7210453170451111242726
Binary111010100010010101111110100101100100110101001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A442B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,68,43); }

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

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

 a { background-color: rgb(58,68,43); }

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

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

 span { border-color: rgb(58,68,43); }

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