#39482F

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

Shades of Mallard #39482F

Tints of Mallard #39482F

Color information

#39482F (or 0x39482F) is unknown color: approx Mallard. HEX triplet: 39, 48 and 2F. RGB value is (57,72,47). Sum of RGB (Red+Green+Blue) = 57+72+47=176 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.39% from 176); Green value is 72 (28.52% from 255 or 40.91% from 176); Blue value is 47 (18.75% from 255 or 26.70% from 176); Max value from RGB is 72 - color contains mainly: green. Hex color #39482F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39482F is #C6B7D0. Grayscale: #404040. Windows color (decimal): -13023185 or 3098681. OLE color: 3098681.

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

Color convert

RGB577247-
CMYK0.2100.350.72
HSL96º21.01%23.33%-
HSV(B)96º34.72%28.24%-
XYZ4.525.713.55-
YUV64.66118.03122.53-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.39%
GREEN value IS 72 (28.52% from 255) = 40.91%
BLUE value IS 47 (18.75% from 255) = 26.70%
R=32.39%
G=40.91%
B=26.70%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5772470.2100.350.729621.0123.33
Hex39482F1502348601517
Octal7111057250431101402527
Binary1110011001000101111101010100011100100011000001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39482F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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