Html Css Color HEX #394C28 Mallard

📋 copy color: '#394C28'

red 57 ◦ green 76 ◦ blue 40

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

Shades of Mallard #394C28

Tints of Mallard #394C28

RGB

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

 GREEN value IS 76 (30.08% from 255) = 43.93%

 BLUE value IS 40 (16.02% from 255) = 23.12%

R = 32.95%
G = 43.93%
B = 23.12%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.47

 K value IS 0.70

RGB Variations

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

Color information

#394C28 (or 0x394C28) is known color: Mallard. HEX triplet: 39, 4C and 28. RGB value is (57,76,40). Sum of RGB (Red+Green+Blue) = 57+76+40=173 (22% of max value = 765). Red value is 57 (22.66% from 255 or 32.95% from 173); Green value is 76 (30.08% from 255 or 43.93% from 173); Blue value is 40 (16.02% from 255 or 23.12% from 173); Max value from RGB is 76 - color contains mainly: green. Hex color #394C28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394C28 is #C6B3D7. Grayscale: #424242. Windows color (decimal): -13022168 or 2640953. OLE color: 2640953.

HSL color Cylindrical-coordinate representation of color #394C28: hue angle of 91.67º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #394C28 is Cyan = 0.25, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.70.

Color convert

RGB 57 76 40 -
CMYK 0.25 0 0.47 0.70
HSL 91.67º 0.31% 0.23% -
HSV(B) 91.67º 0.47% 0.3% -
XYZ 4.65 6.19 2.96 -
YUV 66.22 113.21 121.43 -
System Red Green Blue C M Y K H S L
Decimal 57 76 40 0.25 0 0.47 0.70 91.67 0.31 0.23
Hex 39 4C 28 19 0 2F 46 5C 1F 17
Octal 71 114 50 31 0 57 106 134 37 27
Binary 111001 1001100 101000 11001 0 101111 1000110 1011100 11111 10111

Color Harmonies of #394C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394C28

Black with #394C28

Text Example


Text Example

White with #394C28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,76,40); }

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

background-color css

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

 a { background-color: rgb(57,76,40); }

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

border-color css

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

 span { border-color: rgb(57,76,40); }

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