Html Css Color HEX #364828 Mallard

📋 copy color: '#364828'

red 54 ◦ green 72 ◦ blue 40

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

Shades of Mallard #364828

Tints of Mallard #364828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 24.1%

R = 32.53%
G = 43.37%
B = 24.1%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.44

 K value IS 0.72

RGB Variations

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

Color information

#364828 (or 0x364828) is known color: Mallard. HEX triplet: 36, 48 and 28. RGB value is (54,72,40). Sum of RGB (Red+Green+Blue) = 54+72+40=166 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.53% from 166); Green value is 72 (28.52% from 255 or 43.37% from 166); Blue value is 40 (16.02% from 255 or 24.10% from 166); Max value from RGB is 72 - color contains mainly: green. Hex color #364828 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364828 is #C9B7D7. Grayscale: #3F3F3F. Windows color (decimal): -13219800 or 2639926. OLE color: 2639926.

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

Color convert

RGB 54 72 40 -
CMYK 0.25 0 0.44 0.72
HSL 93.75º 0.29% 0.22% -
HSV(B) 93.75º 0.44% 0.28% -
XYZ 4.22 5.57 2.86 -
YUV 62.97 115.04 121.6 -
System Red Green Blue C M Y K H S L
Decimal 54 72 40 0.25 0 0.44 0.72 93.75 0.29 0.22
Hex 36 48 28 19 0 2C 48 5E 1D 16
Octal 66 110 50 31 0 54 110 136 35 26
Binary 110110 1001000 101000 11001 0 101100 1001000 1011110 11101 10110

Color Harmonies of #364828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364828

Black with #364828

Text Example


Text Example

White with #364828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364828; }

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

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

background-color css

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

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

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

border-color css

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

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

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