#39472F

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

Shades of Mallard #39472F

Tints of Mallard #39472F

Color information

#39472F (or 0x39472F) is unknown color: approx Mallard. HEX triplet: 39, 47 and 2F. RGB value is (57,71,47). Sum of RGB (Red+Green+Blue) = 57+71+47=175 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.57% from 175); Green value is 71 (28.12% from 255 or 40.57% from 175); Blue value is 47 (18.75% from 255 or 26.86% from 175); Max value from RGB is 71 - color contains mainly: green. Hex color #39472F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39472F is #C6B8D0. Grayscale: #404040. Windows color (decimal): -13023441 or 3098425. OLE color: 3098425.

HSL color Cylindrical-coordinate representation of color #39472F: hue angle of 95º degrees, saturation: 0.2, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #39472F is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.72.

Color convert

RGB577147-
CMYK0.2000.340.72
HSL95º20.34%23.14%-
HSV(B)95º33.8%27.84%-
XYZ4.455.583.53-
YUV64.08118.36122.95-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.57%
GREEN value IS 71 (28.12% from 255) = 40.57%
BLUE value IS 47 (18.75% from 255) = 26.86%
R=32.57%
G=40.57%
B=26.86%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5771470.2000.340.729520.3423.14
Hex39472F14022485f1417
Octal7110757240421101372427
Binary1110011000111101111101000100010100100010111111010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39472F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39472F; }

 p { color: rgb(57,71,47); }

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

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

 a { background-color: rgb(57,71,47); }

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

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

 span { border-color: rgb(57,71,47); }

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