Html Css Color HEX #364929 Mallard

📋 copy color: '#364929'

red 54 ◦ green 73 ◦ blue 41

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

Shades of Mallard #364929

Tints of Mallard #364929

RGB

 RED value IS 54 (21.48% from 255) = 32.14%

 GREEN value IS 73 (28.91% from 255) = 43.45%

 BLUE value IS 41 (16.41% from 255) = 24.4%

R = 32.14%
G = 43.45%
B = 24.4%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.44

 K value IS 0.71

RGB Variations

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

Color information

#364929 (or 0x364929) is known color: Mallard. HEX triplet: 36, 49 and 29. RGB value is (54,73,41). Sum of RGB (Red+Green+Blue) = 54+73+41=168 (22% of max value = 765). Red value is 54 (21.48% from 255 or 32.14% from 168); Green value is 73 (28.91% from 255 or 43.45% from 168); Blue value is 41 (16.41% from 255 or 24.40% from 168); Max value from RGB is 73 - color contains mainly: green. Hex color #364929 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364929 is #C9B6D6. Grayscale: #3F3F3F. Windows color (decimal): -13219543 or 2705718. OLE color: 2705718.

HSL color Cylindrical-coordinate representation of color #364929: hue angle of 95.62º degrees, saturation: 0.28, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #364929 is Cyan = 0.26, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.71.

Color convert

RGB 54 73 41 -
CMYK 0.26 0 0.44 0.71
HSL 95.63º 0.28% 0.22% -
HSV(B) 95.63º 0.44% 0.29% -
XYZ 4.3 5.71 2.97 -
YUV 63.67 115.21 121.1 -
System Red Green Blue C M Y K H S L
Decimal 54 73 41 0.26 0 0.44 0.71 95.63 0.28 0.22
Hex 36 49 29 1A 0 2C 47 60 1C 16
Octal 66 111 51 32 0 54 107 140 34 26
Binary 110110 1001001 101001 11010 0 101100 1000111 1100000 11100 10110

Color Harmonies of #364929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364929

Black with #364929

Text Example


Text Example

White with #364929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364929; }

 p { color: rgb(54,73,41); }

 H1.HeaderClassName
 {
   color: #364929;
 }
 .AnyTagClassName
 {
   color: #364929;
 }
</style>

background-color css

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

 a { background-color: rgb(54,73,41); }

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

border-color css

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

 span { border-color: rgb(54,73,41); }

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