#384E27

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

Shades of Mallard #384E27

Tints of Mallard #384E27

Color information

#384E27 (or 0x384E27) is unknown color: approx Mallard. HEX triplet: 38, 4E and 27. RGB value is (56,78,39). Sum of RGB (Red+Green+Blue) = 56+78+39=173 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.37% from 173); Green value is 78 (30.86% from 255 or 45.09% from 173); Blue value is 39 (15.62% from 255 or 22.54% from 173); Max value from RGB is 78 - color contains mainly: green. Hex color #384E27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #384E27 is #C7B1D8. Grayscale: #434343. Windows color (decimal): -13087193 or 2575928. OLE color: 2575928.

HSL color Cylindrical-coordinate representation of color #384E27: hue angle of 93.85º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #384E27 is Cyan = 0.28, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.69.

Color convert

RGB567839-
CMYK0.2800.500.69
HSL93.85º33.33%22.94%-
HSV(B)93.85º50%30.59%-
XYZ4.726.442.91-
YUV66.98112.21120.17-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.37%
GREEN value IS 78 (30.86% from 255) = 45.09%
BLUE value IS 39 (15.62% from 255) = 22.54%
R=32.37%
G=45.09%
B=22.54%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5678390.2800.500.6993.8533.3322.94
Hex384E271C032455e2117
Octal7011647340621051364127
Binary11100010011101001111110001100101000101101111010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,78,39); }

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

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

 a { background-color: rgb(56,78,39); }

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

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

 span { border-color: rgb(56,78,39); }

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