#394D1B

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

Shades of Seaweed #394D1B

Tints of Seaweed #394D1B

Color information

#394D1B (or 0x394D1B) is unknown color: approx Seaweed. HEX triplet: 39, 4D and 1B. RGB value is (57,77,27). Sum of RGB (Red+Green+Blue) = 57+77+27=161 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.40% from 161); Green value is 77 (30.47% from 255 or 47.83% from 161); Blue value is 27 (10.94% from 255 or 16.77% from 161); Max value from RGB is 77 - color contains mainly: green. Hex color #394D1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #394D1B is #C6B2E4. Grayscale: #414141. Windows color (decimal): -13021925 or 1789241. OLE color: 1789241.

HSL color Cylindrical-coordinate representation of color #394D1B: hue angle of 84º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #394D1B is Cyan = 0.26, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.70.

Color convert

RGB577727-
CMYK0.2600.650.70
HSL84º48.08%20.39%-
HSV(B)84º64.94%30.2%-
XYZ4.546.262.01-
YUV65.32106.37122.07-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 35.40%
GREEN value IS 77 (30.47% from 255) = 47.83%
BLUE value IS 27 (10.94% from 255) = 16.77%
R=35.40%
G=47.83%
B=16.77%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5777270.2600.650.708448.0820.39
Hex394D1B1A04146543014
Octal71115333201011061246024
Binary11100110011011101111010010000011000110101010011000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394D1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,77,27); }

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

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

 a { background-color: rgb(57,77,27); }

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

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

 span { border-color: rgb(57,77,27); }

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