Html Css Color HEX #384A28 Mallard

📋 copy color: '#384A28'

red 56 ◦ green 74 ◦ blue 40

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

Shades of Mallard #384A28

Tints of Mallard #384A28

RGB

 RED value IS 56 (22.27% from 255) = 32.94%

 GREEN value IS 74 (29.3% from 255) = 43.53%

 BLUE value IS 40 (16.02% from 255) = 23.53%

R = 32.94%
G = 43.53%
B = 23.53%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.46

 K value IS 0.71

RGB Variations

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

Color information

#384A28 (or 0x384A28) is known color: Mallard. HEX triplet: 38, 4A and 28. RGB value is (56,74,40). Sum of RGB (Red+Green+Blue) = 56+74+40=170 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.94% from 170); Green value is 74 (29.30% from 255 or 43.53% from 170); Blue value is 40 (16.02% from 255 or 23.53% from 170); Max value from RGB is 74 - color contains mainly: green. Hex color #384A28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384A28 is #C7B5D7. Grayscale: #404040. Windows color (decimal): -13088216 or 2640440. OLE color: 2640440.

HSL color Cylindrical-coordinate representation of color #384A28: hue angle of 91.76º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #384A28 is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.71.

Color convert

RGB 56 74 40 -
CMYK 0.24 0 0.46 0.71
HSL 91.76º 0.3% 0.22% -
HSV(B) 91.76º 0.46% 0.29% -
XYZ 4.46 5.89 2.91 -
YUV 64.74 114.04 121.76 -
System Red Green Blue C M Y K H S L
Decimal 56 74 40 0.24 0 0.46 0.71 91.76 0.3 0.22
Hex 38 4A 28 18 0 2E 47 5C 1E 16
Octal 70 112 50 30 0 56 107 134 36 26
Binary 111000 1001010 101000 11000 0 101110 1000111 1011100 11110 10110

Color Harmonies of #384A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384A28

Black with #384A28

Text Example


Text Example

White with #384A28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,74,40); }

 H1.HeaderClassName
 {
   color: #384A28;
 }
 .AnyTagClassName
 {
   color: #384A28;
 }
</style>

background-color css

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

 a { background-color: rgb(56,74,40); }

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

border-color css

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

 span { border-color: rgb(56,74,40); }

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