Html Css Color HEX #394730 Mallard

📋 copy color: '#394730'

red 57 ◦ green 71 ◦ blue 48

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

Shades of Mallard #394730

Tints of Mallard #394730

RGB

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

 GREEN value IS 71 (28.13% from 255) = 40.34%

 BLUE value IS 48 (19.14% from 255) = 27.27%

R = 32.39%
G = 40.34%
B = 27.27%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.32

 K value IS 0.72

RGB Variations

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

Color information

#394730 (or 0x394730) is known color: Mallard. HEX triplet: 39, 47 and 30. RGB value is (57,71,48). Sum of RGB (Red+Green+Blue) = 57+71+48=176 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.39% from 176); Green value is 71 (28.12% from 255 or 40.34% from 176); Blue value is 48 (19.14% from 255 or 27.27% from 176); Max value from RGB is 71 - color contains mainly: green. Hex color #394730 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394730 is #C6B8CF. Grayscale: #404040. Windows color (decimal): -13023440 or 3163961. OLE color: 3163961.

HSL color Cylindrical-coordinate representation of color #394730: hue angle of 96.52º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #394730 is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.72.

Color convert

RGB 57 71 48 -
CMYK 0.20 0 0.32 0.72
HSL 96.52º 0.19% 0.23% -
HSV(B) 96.52º 0.32% 0.28% -
XYZ 4.47 5.59 3.64 -
YUV 64.19 118.86 122.87 -
System Red Green Blue C M Y K H S L
Decimal 57 71 48 0.20 0 0.32 0.72 96.52 0.19 0.23
Hex 39 47 30 14 0 20 48 61 13 17
Octal 71 107 60 24 0 40 110 141 23 27
Binary 111001 1000111 110000 10100 0 100000 1001000 1100001 10011 10111

Color Harmonies of #394730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394730

Black with #394730

Text Example


Text Example

White with #394730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394730; }

 p { color: rgb(57,71,48); }

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

background-color css

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

 a { background-color: rgb(57,71,48); }

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

border-color css

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

 span { border-color: rgb(57,71,48); }

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