Html Css Color HEX #395223 Mallard

📋 copy color: '#395223'

red 57 ◦ green 82 ◦ blue 35

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

Shades of Mallard #395223

Tints of Mallard #395223

RGB

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

 GREEN value IS 82 (32.42% from 255) = 47.13%

 BLUE value IS 35 (14.06% from 255) = 20.11%

R = 32.76%
G = 47.13%
B = 20.11%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.57

 K value IS 0.68

RGB Variations

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

Color information

#395223 (or 0x395223) is known color: Mallard. HEX triplet: 39, 52 and 23. RGB value is (57,82,35). Sum of RGB (Red+Green+Blue) = 57+82+35=174 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.76% from 174); Green value is 82 (32.42% from 255 or 47.13% from 174); Blue value is 35 (14.06% from 255 or 20.11% from 174); Max value from RGB is 82 - color contains mainly: green. Hex color #395223 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395223 is #C6ADDC. Grayscale: #454545. Windows color (decimal): -13020637 or 2314809. OLE color: 2314809.

HSL color Cylindrical-coordinate representation of color #395223: hue angle of 91.91º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #395223 is Cyan = 0.30, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.68.

Color convert

RGB 57 82 35 -
CMYK 0.30 0 0.57 0.68
HSL 91.91º 0.4% 0.23% -
HSV(B) 91.91º 0.57% 0.32% -
XYZ 5.01 7.03 2.68 -
YUV 69.17 108.72 119.32 -
System Red Green Blue C M Y K H S L
Decimal 57 82 35 0.30 0 0.57 0.68 91.91 0.4 0.23
Hex 39 52 23 1E 0 39 44 5C 28 17
Octal 71 122 43 36 0 71 104 134 50 27
Binary 111001 1010010 100011 11110 0 111001 1000100 1011100 101000 10111

Color Harmonies of #395223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395223

Black with #395223

Text Example


Text Example

White with #395223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395223; }

 p { color: rgb(57,82,35); }

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

background-color css

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

 a { background-color: rgb(57,82,35); }

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

border-color css

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

 span { border-color: rgb(57,82,35); }

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