#394A21

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

Shades of Seaweed #394A21

Tints of Seaweed #394A21

Color information

#394A21 (or 0x394A21) is unknown color: approx Seaweed. HEX triplet: 39, 4A and 21. RGB value is (57,74,33). Sum of RGB (Red+Green+Blue) = 57+74+33=164 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.76% from 164); Green value is 74 (29.30% from 255 or 45.12% from 164); Blue value is 33 (13.28% from 255 or 20.12% from 164); Max value from RGB is 74 - color contains mainly: green. Hex color #394A21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394A21 is #C6B5DE. Grayscale: #404040. Windows color (decimal): -13022687 or 2181689. OLE color: 2181689.

HSL color Cylindrical-coordinate representation of color #394A21: hue angle of 84.88º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #394A21 is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.71.

Color convert

RGB577433-
CMYK0.2300.550.71
HSL84.88º38.32%20.98%-
HSV(B)84.88º55.41%29.02%-
XYZ4.415.882.34-
YUV64.24110.37122.83-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 34.76%
GREEN value IS 74 (29.30% from 255) = 45.12%
BLUE value IS 33 (13.28% from 255) = 20.12%
R=34.76%
G=45.12%
B=20.12%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5774330.2300.550.7184.8838.3220.98
Hex394A211703747552615
Octal7111241270671071254625
Binary11100110010101000011011101101111000111101010110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394A21; }

 p { color: rgb(57,74,33); }

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

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

 a { background-color: rgb(57,74,33); }

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

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

 span { border-color: rgb(57,74,33); }

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