Html Css Color HEX #395426 Mallard

📋 copy color: '#395426'

red 57 ◦ green 84 ◦ blue 38

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

Shades of Mallard #395426

Tints of Mallard #395426

RGB

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

 GREEN value IS 84 (33.2% from 255) = 46.93%

 BLUE value IS 38 (15.23% from 255) = 21.23%

R = 31.84%
G = 46.93%
B = 21.23%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#395426 (or 0x395426) is known color: Mallard. HEX triplet: 39, 54 and 26. RGB value is (57,84,38). Sum of RGB (Red+Green+Blue) = 57+84+38=179 (23% of max value = 765). Red value is 57 (22.66% from 255 or 31.84% from 179); Green value is 84 (33.20% from 255 or 46.93% from 179); Blue value is 38 (15.23% from 255 or 21.23% from 179); Max value from RGB is 84 - color contains mainly: green. Hex color #395426 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395426 is #C6ABD9. Grayscale: #464646. Windows color (decimal): -13020122 or 2511929. OLE color: 2511929.

HSL color Cylindrical-coordinate representation of color #395426: hue angle of 95.22º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #395426 is Cyan = 0.32, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.67.

Color convert

RGB 57 84 38 -
CMYK 0.32 0 0.55 0.67
HSL 95.22º 0.38% 0.24% -
HSV(B) 95.22º 0.55% 0.33% -
XYZ 5.21 7.35 2.98 -
YUV 70.68 109.55 118.24 -
System Red Green Blue C M Y K H S L
Decimal 57 84 38 0.32 0 0.55 0.67 95.22 0.38 0.24
Hex 39 54 26 20 0 37 43 5F 26 18
Octal 71 124 46 40 0 67 103 137 46 30
Binary 111001 1010100 100110 100000 0 110111 1000011 1011111 100110 11000

Color Harmonies of #395426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395426

Black with #395426

Text Example


Text Example

White with #395426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395426; }

 p { color: rgb(57,84,38); }

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

background-color css

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

 a { background-color: rgb(57,84,38); }

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

border-color css

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

 span { border-color: rgb(57,84,38); }

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