Html Css Color HEX #385124 Mallard

📋 copy color: '#385124'

red 56 ◦ green 81 ◦ blue 36

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

Shades of Mallard #385124

Tints of Mallard #385124

RGB

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

 GREEN value IS 81 (32.03% from 255) = 46.82%

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

R = 32.37%
G = 46.82%
B = 20.81%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.56

 K value IS 0.68

RGB Variations

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

Color information

#385124 (or 0x385124) is known color: Mallard. HEX triplet: 38, 51 and 24. RGB value is (56,81,36). Sum of RGB (Red+Green+Blue) = 56+81+36=173 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.37% from 173); Green value is 81 (32.03% from 255 or 46.82% from 173); Blue value is 36 (14.45% from 255 or 20.81% from 173); Max value from RGB is 81 - color contains mainly: green. Hex color #385124 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385124 is #C7AEDB. Grayscale: #444444. Windows color (decimal): -13086428 or 2380088. OLE color: 2380088.

HSL color Cylindrical-coordinate representation of color #385124: hue angle of 93.33º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #385124 is Cyan = 0.31, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.68.

Color convert

RGB 56 81 36 -
CMYK 0.31 0 0.56 0.68
HSL 93.33º 0.38% 0.23% -
HSV(B) 93.33º 0.56% 0.32% -
XYZ 4.89 6.85 2.73 -
YUV 68.4 109.72 119.16 -
System Red Green Blue C M Y K H S L
Decimal 56 81 36 0.31 0 0.56 0.68 93.33 0.38 0.23
Hex 38 51 24 1F 0 38 44 5D 26 17
Octal 70 121 44 37 0 70 104 135 46 27
Binary 111000 1010001 100100 11111 0 111000 1000100 1011101 100110 10111

Color Harmonies of #385124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385124

Black with #385124

Text Example


Text Example

White with #385124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385124; }

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

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

background-color css

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

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

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

border-color css

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

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

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