Html Css Color HEX #364926 Mallard

📋 copy color: '#364926'

red 54 ◦ green 73 ◦ blue 38

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

Shades of Mallard #364926

Tints of Mallard #364926

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 23.03%

R = 32.73%
G = 44.24%
B = 23.03%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.48

 K value IS 0.71

RGB Variations

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

Color information

#364926 (or 0x364926) is known color: Mallard. HEX triplet: 36, 49 and 26. RGB value is (54,73,38). Sum of RGB (Red+Green+Blue) = 54+73+38=165 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.73% from 165); Green value is 73 (28.91% from 255 or 44.24% from 165); Blue value is 38 (15.23% from 255 or 23.03% from 165); Max value from RGB is 73 - color contains mainly: green. Hex color #364926 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364926 is #C9B6D9. Grayscale: #3F3F3F. Windows color (decimal): -13219546 or 2509110. OLE color: 2509110.

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

Color convert

RGB 54 73 38 -
CMYK 0.26 0 0.48 0.71
HSL 92.57º 0.32% 0.22% -
HSV(B) 92.57º 0.48% 0.29% -
XYZ 4.25 5.69 2.71 -
YUV 63.33 113.71 121.35 -
System Red Green Blue C M Y K H S L
Decimal 54 73 38 0.26 0 0.48 0.71 92.57 0.32 0.22
Hex 36 49 26 1A 0 30 47 5D 20 16
Octal 66 111 46 32 0 60 107 135 40 26
Binary 110110 1001001 100110 11010 0 110000 1000111 1011101 100000 10110

Color Harmonies of #364926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364926

Black with #364926

Text Example


Text Example

White with #364926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364926; }

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

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

background-color css

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

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

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

border-color css

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

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

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