Html Css Color HEX #394630 Mallard

📋 copy color: '#394630'

red 57 ◦ green 70 ◦ blue 48

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

Shades of Mallard #394630

Tints of Mallard #394630

RGB

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

 GREEN value IS 70 (27.73% from 255) = 40%

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

R = 32.57%
G = 40%
B = 27.43%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.31

 K value IS 0.73

RGB Variations

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

Color information

#394630 (or 0x394630) is known color: Mallard. HEX triplet: 39, 46 and 30. RGB value is (57,70,48). Sum of RGB (Red+Green+Blue) = 57+70+48=175 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.57% from 175); Green value is 70 (27.73% from 255 or 40% from 175); Blue value is 48 (19.14% from 255 or 27.43% from 175); Max value from RGB is 70 - color contains mainly: green. Hex color #394630 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394630 is #C6B9CF. Grayscale: #3F3F3F. Windows color (decimal): -13023696 or 3163705. OLE color: 3163705.

HSL color Cylindrical-coordinate representation of color #394630: hue angle of 95.45º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #394630 is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.73.

Color convert

RGB 57 70 48 -
CMYK 0.19 0 0.31 0.73
HSL 95.45º 0.19% 0.23% -
HSV(B) 95.45º 0.31% 0.27% -
XYZ 4.41 5.46 3.62 -
YUV 63.61 119.19 123.29 -
System Red Green Blue C M Y K H S L
Decimal 57 70 48 0.19 0 0.31 0.73 95.45 0.19 0.23
Hex 39 46 30 13 0 1F 49 5F 13 17
Octal 71 106 60 23 0 37 111 137 23 27
Binary 111001 1000110 110000 10011 0 11111 1001001 1011111 10011 10111

Color Harmonies of #394630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394630

Black with #394630

Text Example


Text Example

White with #394630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394630; }

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

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

background-color css

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

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

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

border-color css

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

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

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