#384D21

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

Shades of Seaweed #384D21

Tints of Seaweed #384D21

Color information

#384D21 (or 0x384D21) is unknown color: approx Seaweed. HEX triplet: 38, 4D and 21. RGB value is (56,77,33). Sum of RGB (Red+Green+Blue) = 56+77+33=166 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.73% from 166); Green value is 77 (30.47% from 255 or 46.39% from 166); Blue value is 33 (13.28% from 255 or 19.88% from 166); Max value from RGB is 77 - color contains mainly: green. Hex color #384D21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #384D21 is #C7B2DE. Grayscale: #414141. Windows color (decimal): -13087455 or 2182456. OLE color: 2182456.

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

Color convert

RGB567733-
CMYK0.2700.570.70
HSL88.64º40%21.57%-
HSV(B)88.64º57.14%30.2%-
XYZ4.566.262.41-
YUV65.7109.54121.08-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.73%
GREEN value IS 77 (30.47% from 255) = 46.39%
BLUE value IS 33 (13.28% from 255) = 19.88%
R=33.73%
G=46.39%
B=19.88%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5677330.2700.570.7088.644021.57
Hex384D211B03946592816
Octal7011541330711061315026
Binary11100010011011000011101101110011000110101100110100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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