#374130

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

Shades of Mallard #374130

Tints of Mallard #374130

Color information

#374130 (or 0x374130) is unknown color: approx Mallard. HEX triplet: 37, 41 and 30. RGB value is (55,65,48). Sum of RGB (Red+Green+Blue) = 55+65+48=168 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.74% from 168); Green value is 65 (25.78% from 255 or 38.69% from 168); Blue value is 48 (19.14% from 255 or 28.57% from 168); Max value from RGB is 65 - color contains mainly: green. Hex color #374130 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374130 is #C8BECF. Grayscale: #3C3C3C. Windows color (decimal): -13156048 or 3162423. OLE color: 3162423.

HSL color Cylindrical-coordinate representation of color #374130: hue angle of 95.29º degrees, saturation: 0.15, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #374130 is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.75.

Color convert

RGB556548-
CMYK0.1500.260.75
HSL95.29º15.04%22.16%-
HSV(B)95.29º26.15%25.49%-
XYZ44.813.51-
YUV60.07121.19124.38-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 32.74%
GREEN value IS 65 (25.78% from 255) = 38.69%
BLUE value IS 48 (19.14% from 255) = 28.57%
R=32.74%
G=38.69%
B=28.57%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5565480.1500.260.7595.2915.0422.16
Hex374130F01A4B5ff16
Octal6710160170321131371726
Binary1101111000001110000111101101010010111011111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374130; }

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

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

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

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

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

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

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

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