#3C482B

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

Shades of Seaweed #3C482B

Tints of Seaweed #3C482B

Color information

#3C482B (or 0x3C482B) is unknown color: approx Seaweed. HEX triplet: 3C, 48 and 2B. RGB value is (60,72,43). Sum of RGB (Red+Green+Blue) = 60+72+43=175 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.29% from 175); Green value is 72 (28.52% from 255 or 41.14% from 175); Blue value is 43 (17.19% from 255 or 24.57% from 175); Max value from RGB is 72 - color contains mainly: green. Hex color #3C482B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C482B is #C3B7D4. Grayscale: #414141. Windows color (decimal): -12826581 or 2836540. OLE color: 2836540.

HSL color Cylindrical-coordinate representation of color #3C482B: hue angle of 84.83º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3C482B is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.72.

Color convert

RGB607243-
CMYK0.1700.400.72
HSL84.83º25.22%22.55%-
HSV(B)84.83º40.28%28.24%-
XYZ4.625.773.16-
YUV65.11115.52124.36-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 34.29%
GREEN value IS 72 (28.52% from 255) = 41.14%
BLUE value IS 43 (17.19% from 255) = 24.57%
R=34.29%
G=41.14%
B=24.57%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6072430.1700.400.7284.8325.2222.55
Hex3C482B1102848551917
Octal7411053210501101253127
Binary1111001001000101011100010101000100100010101011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C482B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,72,43); }

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

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

 a { background-color: rgb(60,72,43); }

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

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

 span { border-color: rgb(60,72,43); }

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