#384A1C

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

Shades of Seaweed #384A1C

Tints of Seaweed #384A1C

Color information

#384A1C (or 0x384A1C) is unknown color: approx Seaweed. HEX triplet: 38, 4A and 1C. RGB value is (56,74,28). Sum of RGB (Red+Green+Blue) = 56+74+28=158 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.44% from 158); Green value is 74 (29.30% from 255 or 46.84% from 158); Blue value is 28 (11.33% from 255 or 17.72% from 158); Max value from RGB is 74 - color contains mainly: green. Hex color #384A1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384A1C is #C7B5E3. Grayscale: #3F3F3F. Windows color (decimal): -13088228 or 1854008. OLE color: 1854008.

HSL color Cylindrical-coordinate representation of color #384A1C: hue angle of 83.48º degrees, saturation: 0.45, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #384A1C is Cyan = 0.24, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.71.

Color convert

RGB567428-
CMYK0.2400.620.71
HSL83.48º45.1%20%-
HSV(B)83.48º62.16%29.02%-
XYZ4.295.822-
YUV63.37108.04122.74-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35.44%
GREEN value IS 74 (29.30% from 255) = 46.84%
BLUE value IS 28 (11.33% from 255) = 17.72%
R=35.44%
G=46.84%
B=17.72%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5674280.2400.620.7183.4845.120
Hex384A1C1803E47532d14
Octal7011234300761071235524
Binary1110001001010111001100001111101000111101001110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384A1C; }

 p { color: rgb(56,74,28); }

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

<style>
 a { background-color: #384A1C; }

 a { background-color: rgb(56,74,28); }

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

<style>
 span { border-color: #384A1C; }

 span { border-color: rgb(56,74,28); }

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