#313F28

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

Shades of Mallard #313F28

Tints of Mallard #313F28

Color information

#313F28 (or 0x313F28) is unknown color: approx Mallard. HEX triplet: 31, 3F and 28. RGB value is (49,63,40). Sum of RGB (Red+Green+Blue) = 49+63+40=152 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.24% from 152); Green value is 63 (25% from 255 or 41.45% from 152); Blue value is 40 (16.02% from 255 or 26.32% from 152); Max value from RGB is 63 - color contains mainly: green. Hex color #313F28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313F28 is #CEC0D7. Grayscale: #383838. Windows color (decimal): -13549784 or 2637617. OLE color: 2637617.

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

Color convert

RGB496340-
CMYK0.2200.370.75
HSL96.52º22.33%20.2%-
HSV(B)96.52º36.51%24.71%-
XYZ3.434.362.67-
YUV56.19118.86122.87-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 32.24%
GREEN value IS 63 (25% from 255) = 41.45%
BLUE value IS 40 (16.02% from 255) = 26.32%
R=32.24%
G=41.45%
B=26.32%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4963400.2200.370.7596.5222.3320.2
Hex313F28160254B611614
Octal617750260451131412624
Binary110001111111101000101100100101100101111000011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313F28; }

 p { color: rgb(49,63,40); }

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

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

 a { background-color: rgb(49,63,40); }

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

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

 span { border-color: rgb(49,63,40); }

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