#354B25

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

Shades of Mallard #354B25

Tints of Mallard #354B25

Color information

#354B25 (or 0x354B25) is unknown color: approx Mallard. HEX triplet: 35, 4B and 25. RGB value is (53,75,37). Sum of RGB (Red+Green+Blue) = 53+75+37=165 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.12% from 165); Green value is 75 (29.69% from 255 or 45.45% from 165); Blue value is 37 (14.84% from 255 or 22.42% from 165); Max value from RGB is 75 - color contains mainly: green. Hex color #354B25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354B25 is #CAB4DA. Grayscale: #404040. Windows color (decimal): -13284571 or 2444085. OLE color: 2444085.

HSL color Cylindrical-coordinate representation of color #354B25: hue angle of 94.74º degrees, saturation: 0.34, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #354B25 is Cyan = 0.29, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.71.

Color convert

RGB537537-
CMYK0.2900.510.71
HSL94.74º33.93%21.96%-
HSV(B)94.74º50.67%29.41%-
XYZ4.325.922.67-
YUV64.09112.71120.09-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 32.12%
GREEN value IS 75 (29.69% from 255) = 45.45%
BLUE value IS 37 (14.84% from 255) = 22.42%
R=32.12%
G=45.45%
B=22.42%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5375370.2900.510.7194.7433.9321.96
Hex354B251D033475f2216
Octal6511345350631071374226
Binary11010110010111001011110101100111000111101111110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354B25; }

 p { color: rgb(53,75,37); }

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

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

 a { background-color: rgb(53,75,37); }

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

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

 span { border-color: rgb(53,75,37); }

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