#384323

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

Shades of Seaweed #384323

Tints of Seaweed #384323

Color information

#384323 (or 0x384323) is unknown color: approx Seaweed. HEX triplet: 38, 43 and 23. RGB value is (56,67,35). Sum of RGB (Red+Green+Blue) = 56+67+35=158 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.44% from 158); Green value is 67 (26.56% from 255 or 42.41% from 158); Blue value is 35 (14.06% from 255 or 22.15% from 158); Max value from RGB is 67 - color contains mainly: green. Hex color #384323 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384323 is #C7BCDC. Grayscale: #3C3C3C. Windows color (decimal): -13090013 or 2310968. OLE color: 2310968.

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

Color convert

RGB566735-
CMYK0.1600.480.74
HSL80.62º31.37%20%-
HSV(B)80.62º47.76%26.27%-
XYZ3.944.982.34-
YUV60.06113.86125.1-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35.44%
GREEN value IS 67 (26.56% from 255) = 42.41%
BLUE value IS 35 (14.06% from 255) = 22.15%
R=35.44%
G=42.41%
B=22.15%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5667350.1600.480.7480.6231.3720
Hex384323100304A511f14
Octal7010343200601121213724
Binary1110001000011100011100000110000100101010100011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384323; }

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

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

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

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

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

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

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

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