Html Css Color HEX #364928 Mallard

📋 copy color: '#364928'

red 54 ◦ green 73 ◦ blue 40

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

Shades of Mallard #364928

Tints of Mallard #364928

RGB

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

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

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

R = 32.34%
G = 43.71%
B = 23.95%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.45

 K value IS 0.71

RGB Variations

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

Color information

#364928 (or 0x364928) is known color: Mallard. HEX triplet: 36, 49 and 28. RGB value is (54,73,40). Sum of RGB (Red+Green+Blue) = 54+73+40=167 (22% of max value = 765). Red value is 54 (21.48% from 255 or 32.34% from 167); Green value is 73 (28.91% from 255 or 43.71% from 167); Blue value is 40 (16.02% from 255 or 23.95% from 167); Max value from RGB is 73 - color contains mainly: green. Hex color #364928 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364928 is #C9B6D7. Grayscale: #3F3F3F. Windows color (decimal): -13219544 or 2640182. OLE color: 2640182.

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

Color convert

RGB 54 73 40 -
CMYK 0.26 0 0.45 0.71
HSL 94.55º 0.29% 0.22% -
HSV(B) 94.55º 0.45% 0.29% -
XYZ 4.29 5.7 2.88 -
YUV 63.56 114.71 121.18 -
System Red Green Blue C M Y K H S L
Decimal 54 73 40 0.26 0 0.45 0.71 94.55 0.29 0.22
Hex 36 49 28 1A 0 2D 47 5F 1D 16
Octal 66 111 50 32 0 55 107 137 35 26
Binary 110110 1001001 101000 11010 0 101101 1000111 1011111 11101 10110

Color Harmonies of #364928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364928

Black with #364928

Text Example


Text Example

White with #364928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364928; }

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

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

background-color css

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

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

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

border-color css

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

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

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