#3A462B

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

Shades of Seaweed #3A462B

Tints of Seaweed #3A462B

Color information

#3A462B (or 0x3A462B) is unknown color: approx Seaweed. HEX triplet: 3A, 46 and 2B. RGB value is (58,70,43). Sum of RGB (Red+Green+Blue) = 58+70+43=171 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.92% from 171); Green value is 70 (27.73% from 255 or 40.94% from 171); Blue value is 43 (17.19% from 255 or 25.15% from 171); Max value from RGB is 70 - color contains mainly: green. Hex color #3A462B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A462B is #C5B9D4. Grayscale: #3F3F3F. Windows color (decimal): -12958165 or 2836026. OLE color: 2836026.

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

Color convert

RGB587043-
CMYK0.1700.390.73
HSL86.67º23.89%22.16%-
HSV(B)86.67º38.57%27.45%-
XYZ4.375.453.11-
YUV63.33116.52124.2-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 33.92%
GREEN value IS 70 (27.73% from 255) = 40.94%
BLUE value IS 43 (17.19% from 255) = 25.15%
R=33.92%
G=40.94%
B=25.15%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5870430.1700.390.7386.6723.8922.16
Hex3A462B1102749571816
Octal7210653210471111273026
Binary1110101000110101011100010100111100100110101111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A462B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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