#364030

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

Shades of Mallard #364030

Tints of Mallard #364030

Color information

#364030 (or 0x364030) is unknown color: approx Mallard. HEX triplet: 36, 40 and 30. RGB value is (54,64,48). Sum of RGB (Red+Green+Blue) = 54+64+48=166 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.53% from 166); Green value is 64 (25.39% from 255 or 38.55% from 166); Blue value is 48 (19.14% from 255 or 28.92% from 166); Max value from RGB is 64 - color contains mainly: green. Hex color #364030 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364030 is #C9BFCF. Grayscale: #3B3B3B. Windows color (decimal): -13221840 or 3162166. OLE color: 3162166.

HSL color Cylindrical-coordinate representation of color #364030: hue angle of 97.5º 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 #364030 is Cyan = 0.16, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.75.

Color convert

RGB546448-
CMYK0.1600.250.75
HSL97.5º14.29%21.96%-
HSV(B)97.5º25%25.1%-
XYZ3.894.663.49-
YUV59.19121.69124.3-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 32.53%
GREEN value IS 64 (25.39% from 255) = 38.55%
BLUE value IS 48 (19.14% from 255) = 28.92%
R=32.53%
G=38.55%
B=28.92%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5464480.1600.250.7597.514.2921.96
Hex364030100194B62e16
Octal6610060200311131421626
Binary11011010000001100001000001100110010111100010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364030; }

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

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

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

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

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

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

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

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