#385320

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

Shades of Seaweed #385320

Tints of Seaweed #385320

Color information

#385320 (or 0x385320) is unknown color: approx Seaweed. HEX triplet: 38, 53 and 20. RGB value is (56,83,32). Sum of RGB (Red+Green+Blue) = 56+83+32=171 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.75% from 171); Green value is 83 (32.81% from 255 or 48.54% from 171); Blue value is 32 (12.89% from 255 or 18.71% from 171); Max value from RGB is 83 - color contains mainly: green. Hex color #385320 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385320 is #C7ACDF. Grayscale: #454545. Windows color (decimal): -13085920 or 2118456. OLE color: 2118456.

HSL color Cylindrical-coordinate representation of color #385320: hue angle of 91.76º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #385320 is Cyan = 0.33, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB568332-
CMYK0.3300.610.67
HSL91.76º44.35%22.55%-
HSV(B)91.76º61.45%32.55%-
XYZ4.987.132.48-
YUV69.11107.05118.65-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.75%
GREEN value IS 83 (32.81% from 255) = 48.54%
BLUE value IS 32 (12.89% from 255) = 18.71%
R=32.75%
G=48.54%
B=18.71%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5683320.3300.610.6791.7644.3522.55
Hex3853202103D435c2c17
Octal7012340410751031345427
Binary111000101001110000010000101111011000011101110010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385320; }

 p { color: rgb(56,83,32); }

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

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

 a { background-color: rgb(56,83,32); }

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

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

 span { border-color: rgb(56,83,32); }

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