#394A1F

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

Shades of Seaweed #394A1F

Tints of Seaweed #394A1F

Color information

#394A1F (or 0x394A1F) is unknown color: approx Seaweed. HEX triplet: 39, 4A and 1F. RGB value is (57,74,31). Sum of RGB (Red+Green+Blue) = 57+74+31=162 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.19% from 162); Green value is 74 (29.30% from 255 or 45.68% from 162); Blue value is 31 (12.5% from 255 or 19.14% from 162); Max value from RGB is 74 - color contains mainly: green. Hex color #394A1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394A1F is #C6B5E0. Grayscale: #404040. Windows color (decimal): -13022689 or 2050617. OLE color: 2050617.

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

Color convert

RGB577431-
CMYK0.2300.580.71
HSL83.72º40.95%20.59%-
HSV(B)83.72º58.11%29.02%-
XYZ4.385.872.2-
YUV64.02109.37123-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 35.19%
GREEN value IS 74 (29.30% from 255) = 45.68%
BLUE value IS 31 (12.5% from 255) = 19.14%
R=35.19%
G=45.68%
B=19.14%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5774310.2300.580.7183.7240.9520.59
Hex394A1F1703A47542915
Octal7111237270721071245125
Binary1110011001010111111011101110101000111101010010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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