#374D28

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

Shades of Mallard #374D28

Tints of Mallard #374D28

Color information

#374D28 (or 0x374D28) is unknown color: approx Mallard. HEX triplet: 37, 4D and 28. RGB value is (55,77,40). Sum of RGB (Red+Green+Blue) = 55+77+40=172 (22% of max value = 765). Red value is 55 (21.88% from 255 or 31.98% from 172); Green value is 77 (30.47% from 255 or 44.77% from 172); Blue value is 40 (16.02% from 255 or 23.26% from 172); Max value from RGB is 77 - color contains mainly: green. Hex color #374D28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #374D28 is #C8B2D7. Grayscale: #424242. Windows color (decimal): -13152984 or 2641207. OLE color: 2641207.

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

Color convert

RGB557740-
CMYK0.2900.480.70
HSL95.68º31.62%22.94%-
HSV(B)95.68º48.05%30.2%-
XYZ4.616.272.98-
YUV66.2113.21120.01-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 31.98%
GREEN value IS 77 (30.47% from 255) = 44.77%
BLUE value IS 40 (16.02% from 255) = 23.26%
R=31.98%
G=44.77%
B=23.26%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5577400.2900.480.7095.6831.6222.94
Hex374D281D03046602017
Octal6711550350601061404027
Binary11011110011011010001110101100001000110110000010000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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