#375024

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

Shades of Mallard #375024

Tints of Mallard #375024

Color information

#375024 (or 0x375024) is unknown color: approx Mallard. HEX triplet: 37, 50 and 24. RGB value is (55,80,36). Sum of RGB (Red+Green+Blue) = 55+80+36=171 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.16% from 171); Green value is 80 (31.64% from 255 or 46.78% from 171); Blue value is 36 (14.45% from 255 or 21.05% from 171); Max value from RGB is 80 - color contains mainly: green. Hex color #375024 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375024 is #C8AFDB. Grayscale: #434343. Windows color (decimal): -13152220 or 2379831. OLE color: 2379831.

HSL color Cylindrical-coordinate representation of color #375024: hue angle of 94.09º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #375024 is Cyan = 0.31, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.69.

Color convert

RGB558036-
CMYK0.3100.550.69
HSL94.09º37.93%22.75%-
HSV(B)94.09º55%31.37%-
XYZ4.766.682.71-
YUV67.51110.22119.08-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 32.16%
GREEN value IS 80 (31.64% from 255) = 46.78%
BLUE value IS 36 (14.45% from 255) = 21.05%
R=32.16%
G=46.78%
B=21.05%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5580360.3100.550.6994.0937.9322.75
Hex3750241F037455e2617
Octal6712044370671051364627
Binary11011110100001001001111101101111000101101111010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375024; }

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

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

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

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

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

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

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

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