#38482E

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

Shades of Mallard #38482E

Tints of Mallard #38482E

Color information

#38482E (or 0x38482E) is unknown color: approx Mallard. HEX triplet: 38, 48 and 2E. RGB value is (56,72,46). Sum of RGB (Red+Green+Blue) = 56+72+46=174 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32.18% from 174); Green value is 72 (28.52% from 255 or 41.38% from 174); Blue value is 46 (18.36% from 255 or 26.44% from 174); Max value from RGB is 72 - color contains mainly: green. Hex color #38482E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38482E is #C7B7D1. Grayscale: #404040. Windows color (decimal): -13088722 or 3033144. OLE color: 3033144.

HSL color Cylindrical-coordinate representation of color #38482E: hue angle of 96.92º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #38482E is Cyan = 0.22, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.72.

Color convert

RGB567246-
CMYK0.2200.360.72
HSL96.92º22.03%23.14%-
HSV(B)96.92º36.11%28.24%-
XYZ4.445.673.45-
YUV64.25117.7122.11-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.18%
GREEN value IS 72 (28.52% from 255) = 41.38%
BLUE value IS 46 (18.36% from 255) = 26.44%
R=32.18%
G=41.38%
B=26.44%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5672460.2200.360.7296.9222.0323.14
Hex38482E1602448611617
Octal7011056260441101412627
Binary1110001001000101110101100100100100100011000011011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38482E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38482E; }

 p { color: rgb(56,72,46); }

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

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

 a { background-color: rgb(56,72,46); }

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

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

 span { border-color: rgb(56,72,46); }

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