Html Css Color HEX #365221 Mallard

📋 copy color: '#365221'

red 54 ◦ green 82 ◦ blue 33

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

Shades of Mallard #365221

Tints of Mallard #365221

RGB

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

 GREEN value IS 82 (32.42% from 255) = 48.52%

 BLUE value IS 33 (13.28% from 255) = 19.53%

R = 31.95%
G = 48.52%
B = 19.53%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.60

 K value IS 0.68

RGB Variations

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

Color information

#365221 (or 0x365221) is known color: Mallard. HEX triplet: 36, 52 and 21. RGB value is (54,82,33). Sum of RGB (Red+Green+Blue) = 54+82+33=169 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.95% from 169); Green value is 82 (32.42% from 255 or 48.52% from 169); Blue value is 33 (13.28% from 255 or 19.53% from 169); Max value from RGB is 82 - color contains mainly: green. Hex color #365221 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365221 is #C9ADDE. Grayscale: #444444. Windows color (decimal): -13217247 or 2183734. OLE color: 2183734.

HSL color Cylindrical-coordinate representation of color #365221: hue angle of 94.29º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #365221 is Cyan = 0.34, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB 54 82 33 -
CMYK 0.34 0 0.60 0.68
HSL 94.29º 0.43% 0.23% -
HSV(B) 94.29º 0.6% 0.32% -
XYZ 4.81 6.93 2.52 -
YUV 68.04 108.22 117.98 -
System Red Green Blue C M Y K H S L
Decimal 54 82 33 0.34 0 0.60 0.68 94.29 0.43 0.23
Hex 36 52 21 22 0 3C 44 5E 2B 17
Octal 66 122 41 42 0 74 104 136 53 27
Binary 110110 1010010 100001 100010 0 111100 1000100 1011110 101011 10111

Color Harmonies of #365221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365221

Black with #365221

Text Example


Text Example

White with #365221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365221; }

 p { color: rgb(54,82,33); }

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

background-color css

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

 a { background-color: rgb(54,82,33); }

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

border-color css

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

 span { border-color: rgb(54,82,33); }

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