#365021

Color #365021 Mallard (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mallard #365021

Tints of Mallard #365021

Color information

#365021 (or 0x365021) is unknown color: approx 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

RGB548033-
CMYK0.3300.590.69
HSL93.19º41.59%22.16%-
HSV(B)93.19º58.75%31.37%-
XYZ4.666.632.47-
YUV66.87108.89118.82-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 32.34%
GREEN value IS 80 (31.64% from 255) = 47.90%
BLUE value IS 33 (13.28% from 255) = 19.76%
R=32.34%
G=47.90%
B=19.76%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5480330.3300.590.6993.1941.5922.16
Hex3650212103B455d2a16
Octal6612041410731051355226
Binary110110101000010000110000101110111000101101110110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>