Html Css Color HEX #394B20 Seaweed

📋 copy color: '#394B20'

red 57 ◦ green 75 ◦ blue 32

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

Shades of Seaweed #394B20

Tints of Seaweed #394B20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 19.51%

R = 34.76%
G = 45.73%
B = 19.51%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.57

 K value IS 0.71

RGB Variations

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

Color information

#394B20 (or 0x394B20) is known color: Seaweed. HEX triplet: 39, 4B and 20. RGB value is (57,75,32). Sum of RGB (Red+Green+Blue) = 57+75+32=164 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.76% from 164); Green value is 75 (29.69% from 255 or 45.73% from 164); Blue value is 32 (12.89% from 255 or 19.51% from 164); Max value from RGB is 75 - color contains mainly: green. Hex color #394B20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394B20 is #C6B4DF. Grayscale: #404040. Windows color (decimal): -13022432 or 2116409. OLE color: 2116409.

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

Color convert

RGB 57 75 32 -
CMYK 0.24 0 0.57 0.71
HSL 85.12º 0.4% 0.21% -
HSV(B) 85.12º 0.57% 0.29% -
XYZ 4.46 6.01 2.29 -
YUV 64.72 109.54 122.5 -
System Red Green Blue C M Y K H S L
Decimal 57 75 32 0.24 0 0.57 0.71 85.12 0.4 0.21
Hex 39 4B 20 18 0 39 47 55 28 15
Octal 71 113 40 30 0 71 107 125 50 25
Binary 111001 1001011 100000 11000 0 111001 1000111 1010101 101000 10101

Color Harmonies of #394B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394B20

Black with #394B20

Text Example


Text Example

White with #394B20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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