#3C462D

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

Shades of Seaweed #3C462D

Tints of Seaweed #3C462D

Color information

#3C462D (or 0x3C462D) is unknown color: approx Seaweed. HEX triplet: 3C, 46 and 2D. RGB value is (60,70,45). Sum of RGB (Red+Green+Blue) = 60+70+45=175 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.29% from 175); Green value is 70 (27.73% from 255 or 40% from 175); Blue value is 45 (17.97% from 255 or 25.71% from 175); Max value from RGB is 70 - color contains mainly: green. Hex color #3C462D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C462D is #C3B9D2. Grayscale: #404040. Windows color (decimal): -12827091 or 2967100. OLE color: 2967100.

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

Color convert

RGB607045-
CMYK0.1400.360.73
HSL84º21.74%22.55%-
HSV(B)84º35.71%27.45%-
XYZ4.535.533.31-
YUV64.16117.19125.03-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 34.29%
GREEN value IS 70 (27.73% from 255) = 40%
BLUE value IS 45 (17.97% from 255) = 25.71%
R=34.29%
G=40%
B=25.71%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6070450.1400.360.738421.7422.55
Hex3C462DE02449541617
Octal7410655160441111242627
Binary111100100011010110111100100100100100110101001011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C462D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,70,45); }

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

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

 a { background-color: rgb(60,70,45); }

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

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

 span { border-color: rgb(60,70,45); }

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