#365121

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

Shades of Mallard #365121

Tints of Mallard #365121

Color information

#365121 (or 0x365121) is unknown color: approx Mallard. HEX triplet: 36, 51 and 21. RGB value is (54,81,33). Sum of RGB (Red+Green+Blue) = 54+81+33=168 (22% of max value = 765). Red value is 54 (21.48% from 255 or 32.14% from 168); Green value is 81 (32.03% from 255 or 48.21% from 168); Blue value is 33 (13.28% from 255 or 19.64% from 168); Max value from RGB is 81 - color contains mainly: green. Hex color #365121 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365121 is #C9AEDE. Grayscale: #434343. Windows color (decimal): -13217503 or 2183478. OLE color: 2183478.

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

Color convert

RGB548133-
CMYK0.3300.590.68
HSL93.75º42.11%22.35%-
HSV(B)93.75º59.26%31.76%-
XYZ4.746.782.5-
YUV67.46108.55118.4-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 32.14%
GREEN value IS 81 (32.03% from 255) = 48.21%
BLUE value IS 33 (13.28% from 255) = 19.64%
R=32.14%
G=48.21%
B=19.64%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5481330.3300.590.6893.7542.1122.35
Hex3651212103B445e2a16
Octal6612141410731041365226
Binary110110101000110000110000101110111000100101111010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365121; }

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

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

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

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

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

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

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

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