#374D24

Color #374D24 Mallard (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mallard #374D24

Tints of Mallard #374D24

Color information

#374D24 (or 0x374D24) is unknown color: approx Mallard. HEX triplet: 37, 4D and 24. RGB value is (55,77,36). Sum of RGB (Red+Green+Blue) = 55+77+36=168 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.74% from 168); Green value is 77 (30.47% from 255 or 45.83% from 168); Blue value is 36 (14.45% from 255 or 21.43% from 168); Max value from RGB is 77 - color contains mainly: green. Hex color #374D24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #374D24 is #C8B2DB. Grayscale: #414141. Windows color (decimal): -13152988 or 2379063. OLE color: 2379063.

HSL color Cylindrical-coordinate representation of color #374D24: hue angle of 92.2º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #374D24 is Cyan = 0.29, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.70.

Color convert

RGB557736-
CMYK0.2900.530.70
HSL92.2º36.28%22.16%-
HSV(B)92.2º53.25%30.2%-
XYZ4.556.252.64-
YUV65.75111.21120.33-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 32.74%
GREEN value IS 77 (30.47% from 255) = 45.83%
BLUE value IS 36 (14.45% from 255) = 21.43%
R=32.74%
G=45.83%
B=21.43%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5577360.2900.530.7092.236.2822.16
Hex374D241D035465c2416
Octal6711544350651061344426
Binary11011110011011001001110101101011000110101110010010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374D24; }

 p { color: rgb(55,77,36); }

 H1.HeaderClassName
 {
   color: #374D24;
 }
 .AnyTagClassName
 {
   color: #374D24;
 }
</style>
background-color css

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

 a { background-color: rgb(55,77,36); }

 div.DivClassName
 {
   background-color: #374D24;
 }
 .BgClassName
 {
   background-color: #374D24;
 }
</style>
border-color css

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

 span { border-color: rgb(55,77,36); }

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