#3A452B

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

Shades of Seaweed #3A452B

Tints of Seaweed #3A452B

Color information

#3A452B (or 0x3A452B) is unknown color: approx Seaweed. HEX triplet: 3A, 45 and 2B. RGB value is (58,69,43). Sum of RGB (Red+Green+Blue) = 58+69+43=170 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.12% from 170); Green value is 69 (27.34% from 255 or 40.59% from 170); Blue value is 43 (17.19% from 255 or 25.29% from 170); Max value from RGB is 69 - color contains mainly: green. Hex color #3A452B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A452B is #C5BAD4. Grayscale: #3E3E3E. Windows color (decimal): -12958421 or 2835770. OLE color: 2835770.

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

Color convert

RGB586943-
CMYK0.1600.380.73
HSL85.38º23.21%21.96%-
HSV(B)85.38º37.68%27.06%-
XYZ4.315.333.09-
YUV62.75116.86124.61-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 34.12%
GREEN value IS 69 (27.34% from 255) = 40.59%
BLUE value IS 43 (17.19% from 255) = 25.29%
R=34.12%
G=40.59%
B=25.29%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5869430.1600.380.7385.3823.2121.96
Hex3A452B1002649551716
Octal7210553200461111252726
Binary1110101000101101011100000100110100100110101011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A452B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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