#384D25

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

Shades of Mallard #384D25

Tints of Mallard #384D25

Color information

#384D25 (or 0x384D25) is unknown color: approx Mallard. HEX triplet: 38, 4D and 25. RGB value is (56,77,37). Sum of RGB (Red+Green+Blue) = 56+77+37=170 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.94% from 170); Green value is 77 (30.47% from 255 or 45.29% from 170); Blue value is 37 (14.84% from 255 or 21.76% from 170); Max value from RGB is 77 - color contains mainly: green. Hex color #384D25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #384D25 is #C7B2DA. Grayscale: #424242. Windows color (decimal): -13087451 or 2444600. OLE color: 2444600.

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

Color convert

RGB567737-
CMYK0.2700.520.70
HSL91.5º35.09%22.35%-
HSV(B)91.5º51.95%30.2%-
XYZ4.626.282.72-
YUV66.16111.54120.75-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.94%
GREEN value IS 77 (30.47% from 255) = 45.29%
BLUE value IS 37 (14.84% from 255) = 21.76%
R=32.94%
G=45.29%
B=21.76%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5677370.2700.520.7091.535.0922.35
Hex384D251B034465c2316
Octal7011545330641061344326
Binary11100010011011001011101101101001000110101110010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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