#384E20

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

Shades of Seaweed #384E20

Tints of Seaweed #384E20

Color information

#384E20 (or 0x384E20) is unknown color: approx Seaweed. HEX triplet: 38, 4E and 20. RGB value is (56,78,32). Sum of RGB (Red+Green+Blue) = 56+78+32=166 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.73% from 166); Green value is 78 (30.86% from 255 or 46.99% from 166); Blue value is 32 (12.89% from 255 or 19.28% from 166); Max value from RGB is 78 - color contains mainly: green. Hex color #384E20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #384E20 is #C7B1DF. Grayscale: #424242. Windows color (decimal): -13087200 or 2117176. OLE color: 2117176.

HSL color Cylindrical-coordinate representation of color #384E20: hue angle of 88.7º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #384E20 is Cyan = 0.28, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.69.

Color convert

RGB567832-
CMYK0.2800.590.69
HSL88.7º41.82%21.57%-
HSV(B)88.7º58.97%30.59%-
XYZ4.626.392.36-
YUV66.18108.71120.74-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.73%
GREEN value IS 78 (30.86% from 255) = 46.99%
BLUE value IS 32 (12.89% from 255) = 19.28%
R=33.73%
G=46.99%
B=19.28%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5678320.2800.590.6988.741.8221.57
Hex384E201C03B45592a16
Octal7011640340731051315226
Binary11100010011101000001110001110111000101101100110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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