Html Css Color HEX #384E27 Mallard

📋 copy color: '#384E27'

red 56 ◦ green 78 ◦ blue 39

#384E27
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mallard #384E27

Tints of Mallard #384E27

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.63% from 255) = 22.54%

R = 32.37%
G = 45.09%
B = 22.54%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.50

 K value IS 0.69

RGB Variations

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

Color information

#384E27 (or 0x384E27) is known color: 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

RGB 56 78 39 -
CMYK 0.28 0 0.50 0.69
HSL 93.85º 0.33% 0.23% -
HSV(B) 93.85º 0.5% 0.31% -
XYZ 4.72 6.44 2.91 -
YUV 66.98 112.21 120.17 -
System Red Green Blue C M Y K H S L
Decimal 56 78 39 0.28 0 0.50 0.69 93.85 0.33 0.23
Hex 38 4E 27 1C 0 32 45 5E 21 17
Octal 70 116 47 34 0 62 105 136 41 27
Binary 111000 1001110 100111 11100 0 110010 1000101 1011110 100001 10111

Color Harmonies of #384E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384E27

Black with #384E27

Text Example


Text Example

White with #384E27

Text Example


Text Example

HTML Codes & Css Web 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>