Html Css Color HEX #394A1F Seaweed

📋 copy color: '#394A1F'

red 57 ◦ green 74 ◦ blue 31

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

Shades of Seaweed #394A1F

Tints of Seaweed #394A1F

RGB

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

 GREEN value IS 74 (29.3% 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 value IS 0.23

 M value IS 0

 Y value IS 0.58

 K value IS 0.71

RGB Variations

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

Color information

#394A1F (or 0x394A1F) is known color: 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

RGB 57 74 31 -
CMYK 0.23 0 0.58 0.71
HSL 83.72º 0.41% 0.21% -
HSV(B) 83.72º 0.58% 0.29% -
XYZ 4.38 5.87 2.2 -
YUV 64.02 109.37 123 -
System Red Green Blue C M Y K H S L
Decimal 57 74 31 0.23 0 0.58 0.71 83.72 0.41 0.21
Hex 39 4A 1F 17 0 3A 47 54 29 15
Octal 71 112 37 27 0 72 107 124 51 25
Binary 111001 1001010 11111 10111 0 111010 1000111 1010100 101001 10101

Color Harmonies of #394A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394A1F

Black with #394A1F

Text Example


Text Example

White with #394A1F

Text Example


Text Example

HTML Codes & Css Web 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>