Html Css Color HEX #395225 Mallard

📋 copy color: '#395225'

red 57 ◦ green 82 ◦ blue 37

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

Shades of Mallard #395225

Tints of Mallard #395225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 21.02%

R = 32.39%
G = 46.59%
B = 21.02%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.55

 K value IS 0.68

RGB Variations

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

Color information

#395225 (or 0x395225) is known color: Mallard. HEX triplet: 39, 52 and 25. RGB value is (57,82,37). Sum of RGB (Red+Green+Blue) = 57+82+37=176 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.39% from 176); Green value is 82 (32.42% from 255 or 46.59% from 176); Blue value is 37 (14.84% from 255 or 21.02% from 176); Max value from RGB is 82 - color contains mainly: green. Hex color #395225 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395225 is #C6ADDA. Grayscale: #454545. Windows color (decimal): -13020635 or 2445881. OLE color: 2445881.

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

Color convert

RGB 57 82 37 -
CMYK 0.30 0 0.55 0.68
HSL 93.33º 0.38% 0.23% -
HSV(B) 93.33º 0.55% 0.32% -
XYZ 5.04 7.04 2.84 -
YUV 69.4 109.72 119.16 -
System Red Green Blue C M Y K H S L
Decimal 57 82 37 0.30 0 0.55 0.68 93.33 0.38 0.23
Hex 39 52 25 1E 0 37 44 5D 26 17
Octal 71 122 45 36 0 67 104 135 46 27
Binary 111001 1010010 100101 11110 0 110111 1000100 1011101 100110 10111

Color Harmonies of #395225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395225

Black with #395225

Text Example


Text Example

White with #395225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395225; }

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

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

background-color css

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

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

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

border-color css

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

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

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