Html Css Color HEX #385324 Mallard

📋 copy color: '#385324'

red 56 ◦ green 83 ◦ blue 36

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

Shades of Mallard #385324

Tints of Mallard #385324

RGB

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

 GREEN value IS 83 (32.81% from 255) = 47.43%

 BLUE value IS 36 (14.45% from 255) = 20.57%

R = 32%
G = 47.43%
B = 20.57%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.57

 K value IS 0.67

RGB Variations

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

Color information

#385324 (or 0x385324) is known color: Mallard. HEX triplet: 38, 53 and 24. RGB value is (56,83,36). Sum of RGB (Red+Green+Blue) = 56+83+36=175 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32% from 175); Green value is 83 (32.81% from 255 or 47.43% from 175); Blue value is 36 (14.45% from 255 or 20.57% from 175); Max value from RGB is 83 - color contains mainly: green. Hex color #385324 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385324 is #C7ACDB. Grayscale: #454545. Windows color (decimal): -13085916 or 2380600. OLE color: 2380600.

HSL color Cylindrical-coordinate representation of color #385324: hue angle of 94.47º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #385324 is Cyan = 0.33, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.67.

Color convert

RGB 56 83 36 -
CMYK 0.33 0 0.57 0.67
HSL 94.47º 0.39% 0.23% -
HSV(B) 94.47º 0.57% 0.33% -
XYZ 5.04 7.15 2.78 -
YUV 69.57 109.05 118.32 -
System Red Green Blue C M Y K H S L
Decimal 56 83 36 0.33 0 0.57 0.67 94.47 0.39 0.23
Hex 38 53 24 21 0 39 43 5E 27 17
Octal 70 123 44 41 0 71 103 136 47 27
Binary 111000 1010011 100100 100001 0 111001 1000011 1011110 100111 10111

Color Harmonies of #385324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385324

Black with #385324

Text Example


Text Example

White with #385324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385324; }

 p { color: rgb(56,83,36); }

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

background-color css

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

 a { background-color: rgb(56,83,36); }

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

border-color css

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

 span { border-color: rgb(56,83,36); }

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