#394B21

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

Shades of Seaweed #394B21

Tints of Seaweed #394B21

Color information

#394B21 (or 0x394B21) is unknown color: approx Seaweed. HEX triplet: 39, 4B and 21. RGB value is (57,75,33). Sum of RGB (Red+Green+Blue) = 57+75+33=165 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.55% from 165); Green value is 75 (29.69% from 255 or 45.45% from 165); Blue value is 33 (13.28% from 255 or 20% from 165); Max value from RGB is 75 - color contains mainly: green. Hex color #394B21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394B21 is #C6B4DE. Grayscale: #404040. Windows color (decimal): -13022431 or 2181945. OLE color: 2181945.

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

Color convert

RGB577533-
CMYK0.2400.560.71
HSL85.71º38.89%21.18%-
HSV(B)85.71º56%29.41%-
XYZ4.486.012.36-
YUV64.83110.04122.42-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 34.55%
GREEN value IS 75 (29.69% from 255) = 45.45%
BLUE value IS 33 (13.28% from 255) = 20%
R=34.55%
G=45.45%
B=20%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5775330.2400.560.7185.7138.8921.18
Hex394B211803847562715
Octal7111341300701071264725
Binary11100110010111000011100001110001000111101011010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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