Html Css Color HEX #375420 Mallard

📋 copy color: '#375420'

red 55 ◦ green 84 ◦ blue 32

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

Shades of Mallard #375420

Tints of Mallard #375420

RGB

 RED value IS 55 (21.88% from 255) = 32.16%

 GREEN value IS 84 (33.2% from 255) = 49.12%

 BLUE value IS 32 (12.89% from 255) = 18.71%

R = 32.16%
G = 49.12%
B = 18.71%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.62

 K value IS 0.67

RGB Variations

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

Color information

#375420 (or 0x375420) is known color: Mallard. HEX triplet: 37, 54 and 20. RGB value is (55,84,32). Sum of RGB (Red+Green+Blue) = 55+84+32=171 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.16% from 171); Green value is 84 (33.20% from 255 or 49.12% from 171); Blue value is 32 (12.89% from 255 or 18.71% from 171); Max value from RGB is 84 - color contains mainly: green. Hex color #375420 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375420 is #C8ABDF. Grayscale: #454545. Windows color (decimal): -13151200 or 2118711. OLE color: 2118711.

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

Color convert

RGB 55 84 32 -
CMYK 0.35 0 0.62 0.67
HSL 93.46º 0.45% 0.23% -
HSV(B) 93.46º 0.62% 0.33% -
XYZ 5.01 7.26 2.5 -
YUV 69.4 106.89 117.73 -
System Red Green Blue C M Y K H S L
Decimal 55 84 32 0.35 0 0.62 0.67 93.46 0.45 0.23
Hex 37 54 20 23 0 3E 43 5D 2D 17
Octal 67 124 40 43 0 76 103 135 55 27
Binary 110111 1010100 100000 100011 0 111110 1000011 1011101 101101 10111

Color Harmonies of #375420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375420

Black with #375420

Text Example


Text Example

White with #375420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375420; }

 p { color: rgb(55,84,32); }

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

background-color css

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

 a { background-color: rgb(55,84,32); }

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

border-color css

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

 span { border-color: rgb(55,84,32); }

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