Html Css Color HEX #395324 Mallard

📋 copy color: '#395324'

red 57 ◦ green 83 ◦ blue 36

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

Shades of Mallard #395324

Tints of Mallard #395324

RGB

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

 GREEN value IS 83 (32.81% from 255) = 47.16%

 BLUE value IS 36 (14.45% from 255) = 20.45%

R = 32.39%
G = 47.16%
B = 20.45%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.57

 K value IS 0.67

RGB Variations

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

Color information

#395324 (or 0x395324) is known color: Mallard. HEX triplet: 39, 53 and 24. RGB value is (57,83,36). Sum of RGB (Red+Green+Blue) = 57+83+36=176 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.39% from 176); Green value is 83 (32.81% from 255 or 47.16% from 176); Blue value is 36 (14.45% from 255 or 20.45% from 176); Max value from RGB is 83 - color contains mainly: green. Hex color #395324 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395324 is #C6ACDB. Grayscale: #464646. Windows color (decimal): -13020380 or 2380601. OLE color: 2380601.

HSL color Cylindrical-coordinate representation of color #395324: hue angle of 93.19º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #395324 is Cyan = 0.31, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.67.

Color convert

RGB 57 83 36 -
CMYK 0.31 0 0.57 0.67
HSL 93.19º 0.39% 0.23% -
HSV(B) 93.19º 0.57% 0.33% -
XYZ 5.1 7.18 2.79 -
YUV 69.87 108.89 118.82 -
System Red Green Blue C M Y K H S L
Decimal 57 83 36 0.31 0 0.57 0.67 93.19 0.39 0.23
Hex 39 53 24 1F 0 39 43 5D 27 17
Octal 71 123 44 37 0 71 103 135 47 27
Binary 111001 1010011 100100 11111 0 111001 1000011 1011101 100111 10111

Color Harmonies of #395324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395324

Black with #395324

Text Example


Text Example

White with #395324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395324; }

 p { color: rgb(57,83,36); }

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

background-color css

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

 a { background-color: rgb(57,83,36); }

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

border-color css

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

 span { border-color: rgb(57,83,36); }

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