Html Css Color HEX #384928 Mallard

📋 copy color: '#384928'

red 56 ◦ green 73 ◦ blue 40

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

Shades of Mallard #384928

Tints of Mallard #384928

RGB

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

 GREEN value IS 73 (28.91% from 255) = 43.2%

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

R = 33.14%
G = 43.2%
B = 23.67%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.45

 K value IS 0.71

RGB Variations

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

Color information

#384928 (or 0x384928) is known color: Mallard. HEX triplet: 38, 49 and 28. RGB value is (56,73,40). Sum of RGB (Red+Green+Blue) = 56+73+40=169 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.14% from 169); Green value is 73 (28.91% from 255 or 43.20% from 169); Blue value is 40 (16.02% from 255 or 23.67% from 169); Max value from RGB is 73 - color contains mainly: green. Hex color #384928 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384928 is #C7B6D7. Grayscale: #404040. Windows color (decimal): -13088472 or 2640184. OLE color: 2640184.

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

Color convert

RGB 56 73 40 -
CMYK 0.23 0 0.45 0.71
HSL 90.91º 0.29% 0.22% -
HSV(B) 90.91º 0.45% 0.29% -
XYZ 4.4 5.76 2.89 -
YUV 64.16 114.37 122.18 -
System Red Green Blue C M Y K H S L
Decimal 56 73 40 0.23 0 0.45 0.71 90.91 0.29 0.22
Hex 38 49 28 17 0 2D 47 5B 1D 16
Octal 70 111 50 27 0 55 107 133 35 26
Binary 111000 1001001 101000 10111 0 101101 1000111 1011011 11101 10110

Color Harmonies of #384928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384928

Black with #384928

Text Example


Text Example

White with #384928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384928; }

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

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

background-color css

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

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

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

border-color css

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

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

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