Html Css Color HEX #365021 Mallard

📋 copy color: '#365021'

red 54 ◦ green 80 ◦ blue 33

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

Shades of Mallard #365021

Tints of Mallard #365021

RGB

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

 GREEN value IS 80 (31.64% from 255) = 47.9%

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

R = 32.34%
G = 47.9%
B = 19.76%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.59

 K value IS 0.69

RGB Variations

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

Color information

#365021 (or 0x365021) is known color: Mallard. HEX triplet: 36, 50 and 21. RGB value is (54,80,33). Sum of RGB (Red+Green+Blue) = 54+80+33=167 (22% of max value = 765). Red value is 54 (21.48% from 255 or 32.34% from 167); Green value is 80 (31.64% from 255 or 47.90% from 167); Blue value is 33 (13.28% from 255 or 19.76% from 167); Max value from RGB is 80 - color contains mainly: green. Hex color #365021 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365021 is #C9AFDE. Grayscale: #434343. Windows color (decimal): -13217759 or 2183222. OLE color: 2183222.

HSL color Cylindrical-coordinate representation of color #365021: hue angle of 93.19º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #365021 is Cyan = 0.33, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.69.

Color convert

RGB 54 80 33 -
CMYK 0.33 0 0.59 0.69
HSL 93.19º 0.42% 0.22% -
HSV(B) 93.19º 0.59% 0.31% -
XYZ 4.66 6.63 2.47 -
YUV 66.87 108.89 118.82 -
System Red Green Blue C M Y K H S L
Decimal 54 80 33 0.33 0 0.59 0.69 93.19 0.42 0.22
Hex 36 50 21 21 0 3B 45 5D 2A 16
Octal 66 120 41 41 0 73 105 135 52 26
Binary 110110 1010000 100001 100001 0 111011 1000101 1011101 101010 10110

Color Harmonies of #365021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365021

Black with #365021

Text Example


Text Example

White with #365021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365021; }

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

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

background-color css

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

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

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

border-color css

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

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

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