Html Css Color HEX #394A1D Seaweed

📋 copy color: '#394A1D'

red 57 ◦ green 74 ◦ blue 29

#394A1D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seaweed #394A1D

Tints of Seaweed #394A1D

RGB

 RED value IS 57 (22.66% from 255) = 35.63%

 GREEN value IS 74 (29.3% from 255) = 46.25%

 BLUE value IS 29 (11.72% from 255) = 18.13%

R = 35.63%
G = 46.25%
B = 18.13%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.61

 K value IS 0.71

RGB Variations

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

Color information

#394A1D (or 0x394A1D) is known color: Seaweed. HEX triplet: 39, 4A and 1D. RGB value is (57,74,29). Sum of RGB (Red+Green+Blue) = 57+74+29=160 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.62% from 160); Green value is 74 (29.30% from 255 or 46.25% from 160); Blue value is 29 (11.72% from 255 or 18.12% from 160); Max value from RGB is 74 - color contains mainly: green. Hex color #394A1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394A1D is #C6B5E2. Grayscale: #3F3F3F. Windows color (decimal): -13022691 or 1919545. OLE color: 1919545.

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

Color convert

RGB 57 74 29 -
CMYK 0.23 0 0.61 0.71
HSL 82.67º 0.44% 0.2% -
HSV(B) 82.67º 0.61% 0.29% -
XYZ 4.36 5.86 2.06 -
YUV 63.79 108.37 123.16 -
System Red Green Blue C M Y K H S L
Decimal 57 74 29 0.23 0 0.61 0.71 82.67 0.44 0.2
Hex 39 4A 1D 17 0 3D 47 53 2C 14
Octal 71 112 35 27 0 75 107 123 54 24
Binary 111001 1001010 11101 10111 0 111101 1000111 1010011 101100 10100

Color Harmonies of #394A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394A1D

Black with #394A1D

Text Example


Text Example

White with #394A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #394A1D;
 }
 .AnyTagClassName
 {
   color: #394A1D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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