#374D25

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

Shades of Mallard #374D25

Tints of Mallard #374D25

Color information

#374D25 (or 0x374D25) is unknown color: approx Mallard. HEX triplet: 37, 4D and 25. RGB value is (55,77,37). Sum of RGB (Red+Green+Blue) = 55+77+37=169 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.54% from 169); Green value is 77 (30.47% from 255 or 45.56% from 169); Blue value is 37 (14.84% from 255 or 21.89% from 169); Max value from RGB is 77 - color contains mainly: green. Hex color #374D25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #374D25 is #C8B2DA. Grayscale: #424242. Windows color (decimal): -13152987 or 2444599. OLE color: 2444599.

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

Color convert

RGB557737-
CMYK0.2900.520.70
HSL93º35.09%22.35%-
HSV(B)93º51.95%30.2%-
XYZ4.566.252.72-
YUV65.86111.71120.25-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 32.54%
GREEN value IS 77 (30.47% from 255) = 45.56%
BLUE value IS 37 (14.84% from 255) = 21.89%
R=32.54%
G=45.56%
B=21.89%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5577370.2900.520.709335.0922.35
Hex374D251D034465d2316
Octal6711545350641061354326
Binary11011110011011001011110101101001000110101110110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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