#354727

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

Shades of Mallard #354727

Tints of Mallard #354727

Color information

#354727 (or 0x354727) is unknown color: approx Mallard. HEX triplet: 35, 47 and 27. RGB value is (53,71,39). Sum of RGB (Red+Green+Blue) = 53+71+39=163 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.52% from 163); Green value is 71 (28.12% from 255 or 43.56% from 163); Blue value is 39 (15.62% from 255 or 23.93% from 163); Max value from RGB is 71 - color contains mainly: green. Hex color #354727 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354727 is #CAB8D8. Grayscale: #3E3E3E. Windows color (decimal): -13285593 or 2574133. OLE color: 2574133.

HSL color Cylindrical-coordinate representation of color #354727: hue angle of 93.75º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #354727 is Cyan = 0.25, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.72.

Color convert

RGB537139-
CMYK0.2500.450.72
HSL93.75º29.09%21.57%-
HSV(B)93.75º45.07%27.84%-
XYZ4.095.412.75-
YUV61.97115.04121.6-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 32.52%
GREEN value IS 71 (28.12% from 255) = 43.56%
BLUE value IS 39 (15.62% from 255) = 23.93%
R=32.52%
G=43.56%
B=23.93%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5371390.2500.450.7293.7529.0921.57
Hex3547271902D485e1d16
Octal6510747310551101363526
Binary1101011000111100111110010101101100100010111101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354727; }

 p { color: rgb(53,71,39); }

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

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

 a { background-color: rgb(53,71,39); }

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

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

 span { border-color: rgb(53,71,39); }

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