Html Css Color HEX #394B1D Seaweed

📋 copy color: '#394B1D'

red 57 ◦ green 75 ◦ blue 29

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

Shades of Seaweed #394B1D

Tints of Seaweed #394B1D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 46.58%

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

R = 35.4%
G = 46.58%
B = 18.01%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.61

 K value IS 0.71

RGB Variations

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

Color information

#394B1D (or 0x394B1D) is known color: Seaweed. HEX triplet: 39, 4B and 1D. RGB value is (57,75,29). Sum of RGB (Red+Green+Blue) = 57+75+29=161 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.40% from 161); Green value is 75 (29.69% from 255 or 46.58% from 161); Blue value is 29 (11.72% from 255 or 18.01% from 161); Max value from RGB is 75 - color contains mainly: green. Hex color #394B1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394B1D is #C6B4E2. Grayscale: #404040. Windows color (decimal): -13022435 or 1919801. OLE color: 1919801.

HSL color Cylindrical-coordinate representation of color #394B1D: hue angle of 83.48º 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 #394B1D is Cyan = 0.24, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.71.

Color convert

RGB 57 75 29 -
CMYK 0.24 0 0.61 0.71
HSL 83.48º 0.44% 0.2% -
HSV(B) 83.48º 0.61% 0.29% -
XYZ 4.43 5.99 2.09 -
YUV 64.37 108.04 122.74 -
System Red Green Blue C M Y K H S L
Decimal 57 75 29 0.24 0 0.61 0.71 83.48 0.44 0.2
Hex 39 4B 1D 18 0 3D 47 53 2C 14
Octal 71 113 35 30 0 75 107 123 54 24
Binary 111001 1001011 11101 11000 0 111101 1000111 1010011 101100 10100

Color Harmonies of #394B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394B1D

Black with #394B1D

Text Example


Text Example

White with #394B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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