#365022

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

Shades of Mallard #365022

Tints of Mallard #365022

Color information

#365022 (or 0x365022) is unknown color: approx Mallard. HEX triplet: 36, 50 and 22. RGB value is (54,80,34). Sum of RGB (Red+Green+Blue) = 54+80+34=168 (22% of max value = 765). Red value is 54 (21.48% from 255 or 32.14% from 168); Green value is 80 (31.64% from 255 or 47.62% from 168); Blue value is 34 (13.67% from 255 or 20.24% from 168); Max value from RGB is 80 - color contains mainly: green. Hex color #365022 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365022 is #C9AFDD. Grayscale: #434343. Windows color (decimal): -13217758 or 2248758. OLE color: 2248758.

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

Color convert

RGB548034-
CMYK0.3300.580.69
HSL93.91º40.35%22.35%-
HSV(B)93.91º57.5%31.37%-
XYZ4.686.642.55-
YUV66.98109.39118.74-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 32.14%
GREEN value IS 80 (31.64% from 255) = 47.62%
BLUE value IS 34 (13.67% from 255) = 20.24%
R=32.14%
G=47.62%
B=20.24%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5480340.3300.580.6993.9140.3522.35
Hex3650222103A455e2816
Octal6612042410721051365026
Binary110110101000010001010000101110101000101101111010100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365022; }

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

 H1.HeaderClassName
 {
   color: #365022;
 }
 .AnyTagClassName
 {
   color: #365022;
 }
</style>
background-color css

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

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

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

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

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

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