Html Css Color HEX #394B2D Mallard

📋 copy color: '#394B2D'

red 57 ◦ green 75 ◦ blue 45

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

Shades of Mallard #394B2D

Tints of Mallard #394B2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 25.42%

R = 32.2%
G = 42.37%
B = 25.42%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.40

 K value IS 0.71

RGB Variations

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

Color information

#394B2D (or 0x394B2D) is known color: Mallard. HEX triplet: 39, 4B and 2D. RGB value is (57,75,45). Sum of RGB (Red+Green+Blue) = 57+75+45=177 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.20% from 177); Green value is 75 (29.69% from 255 or 42.37% from 177); Blue value is 45 (17.97% from 255 or 25.42% from 177); Max value from RGB is 75 - color contains mainly: green. Hex color #394B2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394B2D is #C6B4D2. Grayscale: #424242. Windows color (decimal): -13022419 or 2968377. OLE color: 2968377.

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

Color convert

RGB 57 75 45 -
CMYK 0.24 0 0.40 0.71
HSL 96º 0.25% 0.24% -
HSV(B) 96º 0.4% 0.29% -
XYZ 4.68 6.09 3.41 -
YUV 66.2 116.04 121.44 -
System Red Green Blue C M Y K H S L
Decimal 57 75 45 0.24 0 0.40 0.71 96 0.25 0.24
Hex 39 4B 2D 18 0 28 47 60 19 18
Octal 71 113 55 30 0 50 107 140 31 30
Binary 111001 1001011 101101 11000 0 101000 1000111 1100000 11001 11000

Color Harmonies of #394B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394B2D

Black with #394B2D

Text Example


Text Example

White with #394B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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