#374230

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

Shades of Mallard #374230

Tints of Mallard #374230

Color information

#374230 (or 0x374230) is unknown color: approx Mallard. HEX triplet: 37, 42 and 30. RGB value is (55,66,48). Sum of RGB (Red+Green+Blue) = 55+66+48=169 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.54% from 169); Green value is 66 (26.17% from 255 or 39.05% from 169); Blue value is 48 (19.14% from 255 or 28.40% from 169); Max value from RGB is 66 - color contains mainly: green. Hex color #374230 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374230 is #C8BDCF. Grayscale: #3C3C3C. Windows color (decimal): -13155792 or 3162679. OLE color: 3162679.

HSL color Cylindrical-coordinate representation of color #374230: hue angle of 96.67º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #374230 is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.74.

Color convert

RGB556648-
CMYK0.1700.270.74
HSL96.67º15.79%22.35%-
HSV(B)96.67º27.27%25.88%-
XYZ4.064.923.53-
YUV60.66120.86123.96-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 32.54%
GREEN value IS 66 (26.17% from 255) = 39.05%
BLUE value IS 48 (19.14% from 255) = 28.40%
R=32.54%
G=39.05%
B=28.40%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5566480.1700.270.7496.6715.7922.35
Hex3742301101B4A611016
Octal6710260210331121412026
Binary110111100001011000010001011011100101011000011000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374230; }

 p { color: rgb(55,66,48); }

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

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

 a { background-color: rgb(55,66,48); }

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

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

 span { border-color: rgb(55,66,48); }

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