#384030

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

Shades of Mallard #384030

Tints of Mallard #384030

Color information

#384030 (or 0x384030) is unknown color: approx Mallard. HEX triplet: 38, 40 and 30. RGB value is (56,64,48). Sum of RGB (Red+Green+Blue) = 56+64+48=168 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.33% from 168); Green value is 64 (25.39% from 255 or 38.10% from 168); Blue value is 48 (19.14% from 255 or 28.57% from 168); Max value from RGB is 64 - color contains mainly: green. Hex color #384030 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384030 is #C7BFCF. Grayscale: #3B3B3B. Windows color (decimal): -13090768 or 3162168. OLE color: 3162168.

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

Color convert

RGB566448-
CMYK0.1300.250.75
HSL90º14.29%21.96%-
HSV(B)90º25%25.1%-
XYZ44.723.5-
YUV59.78121.35125.3-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.33%
GREEN value IS 64 (25.39% from 255) = 38.10%
BLUE value IS 48 (19.14% from 255) = 28.57%
R=33.33%
G=38.10%
B=28.57%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5664480.1300.250.759014.2921.96
Hex384030D0194B5ae16
Octal7010060150311131321626
Binary1110001000000110000110101100110010111011010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384030; }

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

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

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

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

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

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

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

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