#384324

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

Shades of Seaweed #384324

Tints of Seaweed #384324

Color information

#384324 (or 0x384324) is unknown color: approx Seaweed. HEX triplet: 38, 43 and 24. RGB value is (56,67,36). Sum of RGB (Red+Green+Blue) = 56+67+36=159 (21% of max value = 765). Red value is 56 (22.27% from 255 or 35.22% from 159); Green value is 67 (26.56% from 255 or 42.14% from 159); Blue value is 36 (14.45% from 255 or 22.64% from 159); Max value from RGB is 67 - color contains mainly: green. Hex color #384324 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384324 is #C7BCDB. Grayscale: #3C3C3C. Windows color (decimal): -13090012 or 2376504. OLE color: 2376504.

HSL color Cylindrical-coordinate representation of color #384324: hue angle of 81.29º degrees, saturation: 0.3, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #384324 is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.74.

Color convert

RGB566736-
CMYK0.1600.460.74
HSL81.29º30.1%20.2%-
HSV(B)81.29º46.27%26.27%-
XYZ3.964.982.42-
YUV60.18114.36125.02-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35.22%
GREEN value IS 67 (26.56% from 255) = 42.14%
BLUE value IS 36 (14.45% from 255) = 22.64%
R=35.22%
G=42.14%
B=22.64%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5667360.1600.460.7481.2930.120.2
Hex3843241002E4A511e14
Octal7010344200561121213624
Binary1110001000011100100100000101110100101010100011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384324; }

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

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

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

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

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

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

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

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