#384C1D

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

Shades of Seaweed #384C1D

Tints of Seaweed #384C1D

Color information

#384C1D (or 0x384C1D) is unknown color: approx Seaweed. HEX triplet: 38, 4C and 1D. RGB value is (56,76,29). Sum of RGB (Red+Green+Blue) = 56+76+29=161 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.78% from 161); Green value is 76 (30.08% from 255 or 47.20% from 161); Blue value is 29 (11.72% from 255 or 18.01% from 161); Max value from RGB is 76 - color contains mainly: green. Hex color #384C1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384C1D is #C7B3E2. Grayscale: #404040. Windows color (decimal): -13087715 or 1920056. OLE color: 1920056.

HSL color Cylindrical-coordinate representation of color #384C1D: hue angle of 85.53º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #384C1D is Cyan = 0.26, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.70.

Color convert

RGB567629-
CMYK0.2600.620.70
HSL85.53º44.76%20.59%-
HSV(B)85.53º61.84%29.8%-
XYZ4.446.12.11-
YUV64.66107.87121.82-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 34.78%
GREEN value IS 76 (30.08% from 255) = 47.20%
BLUE value IS 29 (11.72% from 255) = 18.01%
R=34.78%
G=47.20%
B=18.01%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5676290.2600.620.7085.5344.7620.59
Hex384C1D1A03E46562d15
Octal7011435320761061265525
Binary1110001001100111011101001111101000110101011010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,76,29); }

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

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

 a { background-color: rgb(56,76,29); }

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

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

 span { border-color: rgb(56,76,29); }

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