Html Css Color HEX #363834 Mallard

📋 copy color: '#363834'

red 54 ◦ green 56 ◦ blue 52

#363834
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mallard #363834

Tints of Mallard #363834

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.7% from 255) = 32.1%

R = 33.33%
G = 34.57%
B = 32.1%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.07

 K value IS 0.78

RGB Variations

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

Color information

#363834 (or 0x363834) is known color: 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

RGB 54 56 52 -
CMYK 0.04 0 0.07 0.78
HSL 90º 0.04% 0.21% -
HSV(B) 90º 0.07% 0.22% -
XYZ 3.56 3.86 3.81 -
YUV 54.95 126.34 127.33 -
System Red Green Blue C M Y K H S L
Decimal 54 56 52 0.04 0 0.07 0.78 90 0.04 0.21
Hex 36 38 34 4 0 7 4E 5A 4 15
Octal 66 70 64 4 0 7 116 132 4 25
Binary 110110 111000 110100 100 0 111 1001110 1011010 100 10101

Color Harmonies of #363834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363834

Black with #363834

Text Example


Text Example

White with #363834

Text Example


Text Example

HTML Codes & Css Web 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>