Html Css Color HEX #364829 Mallard

📋 copy color: '#364829'

red 54 ◦ green 72 ◦ blue 41

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

Shades of Mallard #364829

Tints of Mallard #364829

RGB

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

 GREEN value IS 72 (28.52% from 255) = 43.11%

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

R = 32.34%
G = 43.11%
B = 24.55%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.43

 K value IS 0.72

RGB Variations

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

Color information

#364829 (or 0x364829) is known color: Mallard. HEX triplet: 36, 48 and 29. RGB value is (54,72,41). Sum of RGB (Red+Green+Blue) = 54+72+41=167 (22% of max value = 765). Red value is 54 (21.48% from 255 or 32.34% from 167); Green value is 72 (28.52% from 255 or 43.11% from 167); Blue value is 41 (16.41% from 255 or 24.55% from 167); Max value from RGB is 72 - color contains mainly: green. Hex color #364829 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364829 is #C9B7D6. Grayscale: #3F3F3F. Windows color (decimal): -13219799 or 2705462. OLE color: 2705462.

HSL color Cylindrical-coordinate representation of color #364829: hue angle of 94.84º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #364829 is Cyan = 0.25, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.72.

Color convert

RGB 54 72 41 -
CMYK 0.25 0 0.43 0.72
HSL 94.84º 0.27% 0.22% -
HSV(B) 94.84º 0.43% 0.28% -
XYZ 4.24 5.58 2.95 -
YUV 63.08 115.54 121.52 -
System Red Green Blue C M Y K H S L
Decimal 54 72 41 0.25 0 0.43 0.72 94.84 0.27 0.22
Hex 36 48 29 19 0 2B 48 5F 1B 16
Octal 66 110 51 31 0 53 110 137 33 26
Binary 110110 1001000 101001 11001 0 101011 1001000 1011111 11011 10110

Color Harmonies of #364829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364829

Black with #364829

Text Example


Text Example

White with #364829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364829; }

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

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

background-color css

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

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

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

border-color css

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

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

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