#384D2A

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

Shades of Mallard #384D2A

Tints of Mallard #384D2A

Color information

#384D2A (or 0x384D2A) is unknown color: approx Mallard. HEX triplet: 38, 4D and 2A. RGB value is (56,77,42). Sum of RGB (Red+Green+Blue) = 56+77+42=175 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32% from 175); Green value is 77 (30.47% from 255 or 44% from 175); Blue value is 42 (16.80% from 255 or 24% from 175); Max value from RGB is 77 - color contains mainly: green. Hex color #384D2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #384D2A is #C7B2D5. Grayscale: #424242. Windows color (decimal): -13087446 or 2772280. OLE color: 2772280.

HSL color Cylindrical-coordinate representation of color #384D2A: hue angle of 96º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #384D2A is Cyan = 0.27, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.70.

Color convert

RGB567742-
CMYK0.2700.450.70
HSL96º29.41%23.33%-
HSV(B)96º45.45%30.2%-
XYZ4.76.323.16-
YUV66.73114.04120.35-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32%
GREEN value IS 77 (30.47% from 255) = 44%
BLUE value IS 42 (16.80% from 255) = 24%
R=32%
G=44%
B=24%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5677420.2700.450.709629.4123.33
Hex384D2A1B02D46601d17
Octal7011552330551061403527
Binary1110001001101101010110110101101100011011000001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384D2A; }

 p { color: rgb(56,77,42); }

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

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

 a { background-color: rgb(56,77,42); }

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

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

 span { border-color: rgb(56,77,42); }

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