#3F5330

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

Shades of Mallard #3F5330

Tints of Mallard #3F5330

Color information

#3F5330 (or 0x3F5330) is unknown color: approx Mallard. HEX triplet: 3F, 53 and 30. RGB value is (63,83,48). Sum of RGB (Red+Green+Blue) = 63+83+48=194 (25% of max value = 765). Red value is 63 (25% from 255 or 32.47% from 194); Green value is 83 (32.81% from 255 or 42.78% from 194); Blue value is 48 (19.14% from 255 or 24.74% from 194); Max value from RGB is 83 - color contains mainly: green. Hex color #3F5330 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5330 is #C0ACCF. Grayscale: #494949. Windows color (decimal): -12627152 or 3167039. OLE color: 3167039.

HSL color Cylindrical-coordinate representation of color #3F5330: hue angle of 94.29º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3F5330 is Cyan = 0.24, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.67.

Color convert

RGB638348-
CMYK0.2400.420.67
HSL94.29º26.72%25.69%-
HSV(B)94.29º42.17%32.55%-
XYZ5.687.463.94-
YUV73.03113.87120.85-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 32.47%
GREEN value IS 83 (32.81% from 255) = 42.78%
BLUE value IS 48 (19.14% from 255) = 24.74%
R=32.47%
G=42.78%
B=24.74%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6383480.2400.420.6794.2926.7225.69
Hex3F53301802A435e1b1a
Octal7712360300521031363332
Binary1111111010011110000110000101010100001110111101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F5330; }

 p { color: rgb(63,83,48); }

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

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

 a { background-color: rgb(63,83,48); }

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

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

 span { border-color: rgb(63,83,48); }

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