#363834

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

Shades of Mallard #363834

Tints of Mallard #363834

Color information

#363834 (or 0x363834) is unknown color: approx Mallard. HEX triplet: 36, 38 and 34. RGB value is (54,56,52). Sum of RGB (Red+Green+Blue) = 54+56+52=162 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.33% from 162); Green value is 56 (22.27% from 255 or 34.57% from 162); Blue value is 52 (20.70% from 255 or 32.10% from 162); Max value from RGB is 56 - color contains mainly: green. Hex color #363834 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363834 is #C9C7CB. Grayscale: #363636. Windows color (decimal): -13223884 or 3422262. OLE color: 3422262.

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

Color convert

RGB545652-
CMYK0.0400.070.78
HSL90º3.7%21.18%-
HSV(B)90º7.14%21.96%-
XYZ3.563.863.81-
YUV54.95126.34127.33-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 33.33%
GREEN value IS 56 (22.27% from 255) = 34.57%
BLUE value IS 52 (20.70% from 255) = 32.10%
R=33.33%
G=34.57%
B=32.10%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5456520.0400.070.78903.721.18
Hex3638344074E5a415
Octal667064407116132425
Binary11011011100011010010001111001110101101010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363834; }

 p { color: rgb(54,56,52); }

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

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

 a { background-color: rgb(54,56,52); }

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

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

 span { border-color: rgb(54,56,52); }

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