#38412F

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

Shades of Mallard #38412F

Tints of Mallard #38412F

Color information

#38412F (or 0x38412F) is unknown color: approx Mallard. HEX triplet: 38, 41 and 2F. RGB value is (56,65,47). Sum of RGB (Red+Green+Blue) = 56+65+47=168 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.33% from 168); Green value is 65 (25.78% from 255 or 38.69% from 168); Blue value is 47 (18.75% from 255 or 27.98% from 168); Max value from RGB is 65 - color contains mainly: green. Hex color #38412F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38412F is #C7BED0. Grayscale: #3C3C3C. Windows color (decimal): -13090513 or 3096888. OLE color: 3096888.

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

Color convert

RGB566547-
CMYK0.1400.280.75
HSL90º16.07%21.96%-
HSV(B)90º27.69%25.49%-
XYZ4.034.833.41-
YUV60.26120.52124.96-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.33%
GREEN value IS 65 (25.78% from 255) = 38.69%
BLUE value IS 47 (18.75% from 255) = 27.98%
R=33.33%
G=38.69%
B=27.98%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5665470.1400.280.759016.0721.96
Hex38412FE01C4B5a1016
Octal7010157160341131322026
Binary11100010000011011111110011100100101110110101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38412F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38412F; }

 p { color: rgb(56,65,47); }

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

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

 a { background-color: rgb(56,65,47); }

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

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

 span { border-color: rgb(56,65,47); }

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