#394B20

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

Shades of Seaweed #394B20

Tints of Seaweed #394B20

Color information

#394B20 (or 0x394B20) is unknown color: approx Seaweed. HEX triplet: 39, 4B and 20. RGB value is (57,75,32). Sum of RGB (Red+Green+Blue) = 57+75+32=164 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.76% from 164); Green value is 75 (29.69% from 255 or 45.73% from 164); Blue value is 32 (12.89% from 255 or 19.51% from 164); Max value from RGB is 75 - color contains mainly: green. Hex color #394B20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394B20 is #C6B4DF. Grayscale: #404040. Windows color (decimal): -13022432 or 2116409. OLE color: 2116409.

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

Color convert

RGB577532-
CMYK0.2400.570.71
HSL85.12º40.19%20.98%-
HSV(B)85.12º57.33%29.41%-
XYZ4.466.012.29-
YUV64.72109.54122.5-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 34.76%
GREEN value IS 75 (29.69% from 255) = 45.73%
BLUE value IS 32 (12.89% from 255) = 19.51%
R=34.76%
G=45.73%
B=19.51%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5775320.2400.570.7185.1240.1920.98
Hex394B201803947552815
Octal7111340300711071255025
Binary11100110010111000001100001110011000111101010110100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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