#384130

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

Shades of Mallard #384130

Tints of Mallard #384130

Color information

#384130 (or 0x384130) is unknown color: approx Mallard. HEX triplet: 38, 41 and 30. RGB value is (56,65,48). Sum of RGB (Red+Green+Blue) = 56+65+48=169 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.14% from 169); Green value is 65 (25.78% from 255 or 38.46% from 169); Blue value is 48 (19.14% from 255 or 28.40% from 169); Max value from RGB is 65 - color contains mainly: green. Hex color #384130 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384130 is #C7BECF. Grayscale: #3C3C3C. Windows color (decimal): -13090512 or 3162424. OLE color: 3162424.

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

Color convert

RGB566548-
CMYK0.1400.260.75
HSL91.76º15.04%22.16%-
HSV(B)91.76º26.15%25.49%-
XYZ4.054.833.52-
YUV60.37121.02124.88-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.14%
GREEN value IS 65 (25.78% from 255) = 38.46%
BLUE value IS 48 (19.14% from 255) = 28.40%
R=33.14%
G=38.46%
B=28.40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5665480.1400.260.7591.7615.0422.16
Hex384130E01A4B5cf16
Octal7010160160321131341726
Binary1110001000001110000111001101010010111011100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384130; }

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

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

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

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

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

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

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

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