#375023

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

Shades of Mallard #375023

Tints of Mallard #375023

Color information

#375023 (or 0x375023) is unknown color: approx Mallard. HEX triplet: 37, 50 and 23. RGB value is (55,80,35). Sum of RGB (Red+Green+Blue) = 55+80+35=170 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.35% from 170); Green value is 80 (31.64% from 255 or 47.06% from 170); Blue value is 35 (14.06% from 255 or 20.59% from 170); Max value from RGB is 80 - color contains mainly: green. Hex color #375023 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375023 is #C8AFDC. Grayscale: #434343. Windows color (decimal): -13152221 or 2314295. OLE color: 2314295.

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

Color convert

RGB558035-
CMYK0.3100.560.69
HSL93.33º39.13%22.55%-
HSV(B)93.33º56.25%31.37%-
XYZ4.756.672.63-
YUV67.4109.72119.16-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 32.35%
GREEN value IS 80 (31.64% from 255) = 47.06%
BLUE value IS 35 (14.06% from 255) = 20.59%
R=32.35%
G=47.06%
B=20.59%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5580350.3100.560.6993.3339.1322.55
Hex3750231F038455d2717
Octal6712043370701051354727
Binary11011110100001000111111101110001000101101110110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375023; }

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

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

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

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

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

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

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

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