#395227

Color #395227 Mallard (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mallard #395227

Tints of Mallard #395227

Color information

#395227 (or 0x395227) is unknown color: approx Mallard. HEX triplet: 39, 52 and 27. RGB value is (57,82,39). Sum of RGB (Red+Green+Blue) = 57+82+39=178 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.02% from 178); Green value is 82 (32.42% from 255 or 46.07% from 178); Blue value is 39 (15.62% from 255 or 21.91% from 178); Max value from RGB is 82 - color contains mainly: green. Hex color #395227 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395227 is #C6ADD8. Grayscale: #454545. Windows color (decimal): -13020633 or 2576953. OLE color: 2576953.

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

Color convert

RGB578239-
CMYK0.3000.520.68
HSL94.88º35.54%23.73%-
HSV(B)94.88º52.44%32.16%-
XYZ5.077.053.01-
YUV69.62110.72119-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.02%
GREEN value IS 82 (32.42% from 255) = 46.07%
BLUE value IS 39 (15.62% from 255) = 21.91%
R=32.02%
G=46.07%
B=21.91%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5782390.3000.520.6894.8835.5423.73
Hex3952271E034445f2418
Octal7112247360641041374430
Binary11100110100101001111111001101001000100101111110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395227; }

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

 H1.HeaderClassName
 {
   color: #395227;
 }
 .AnyTagClassName
 {
   color: #395227;
 }
</style>
background-color css

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

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

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

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

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

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