#384C24

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

Shades of Seaweed #384C24

Tints of Seaweed #384C24

Color information

#384C24 (or 0x384C24) is unknown color: approx Seaweed. HEX triplet: 38, 4C and 24. RGB value is (56,76,36). Sum of RGB (Red+Green+Blue) = 56+76+36=168 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.33% from 168); Green value is 76 (30.08% from 255 or 45.24% from 168); Blue value is 36 (14.45% from 255 or 21.43% from 168); Max value from RGB is 76 - color contains mainly: green. Hex color #384C24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384C24 is #C7B3DB. Grayscale: #414141. Windows color (decimal): -13087708 or 2378808. OLE color: 2378808.

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

Color convert

RGB567636-
CMYK0.2600.530.70
HSL90º35.71%21.96%-
HSV(B)90º52.63%29.8%-
XYZ4.536.142.61-
YUV65.46111.37121.25-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.33%
GREEN value IS 76 (30.08% from 255) = 45.24%
BLUE value IS 36 (14.45% from 255) = 21.43%
R=33.33%
G=45.24%
B=21.43%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5676360.2600.530.709035.7121.96
Hex384C241A035465a2416
Octal7011444320651061324426
Binary11100010011001001001101001101011000110101101010010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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