#384D20

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

Shades of Seaweed #384D20

Tints of Seaweed #384D20

Color information

#384D20 (or 0x384D20) is unknown color: approx Seaweed. HEX triplet: 38, 4D and 20. RGB value is (56,77,32). Sum of RGB (Red+Green+Blue) = 56+77+32=165 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.94% from 165); Green value is 77 (30.47% from 255 or 46.67% from 165); Blue value is 32 (12.89% from 255 or 19.39% from 165); Max value from RGB is 77 - color contains mainly: green. Hex color #384D20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #384D20 is #C7B2DF. Grayscale: #414141. Windows color (decimal): -13087456 or 2116920. OLE color: 2116920.

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

Color convert

RGB567732-
CMYK0.2700.580.70
HSL88º41.28%21.37%-
HSV(B)88º58.44%30.2%-
XYZ4.556.252.33-
YUV65.59109.04121.16-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.94%
GREEN value IS 77 (30.47% from 255) = 46.67%
BLUE value IS 32 (12.89% from 255) = 19.39%
R=33.94%
G=46.67%
B=19.39%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5677320.2700.580.708841.2821.37
Hex384D201B03A46582915
Octal7011540330721061305125
Binary11100010011011000001101101110101000110101100010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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