#354B26

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

Shades of Mallard #354B26

Tints of Mallard #354B26

Color information

#354B26 (or 0x354B26) is unknown color: approx Mallard. HEX triplet: 35, 4B and 26. RGB value is (53,75,38). Sum of RGB (Red+Green+Blue) = 53+75+38=166 (21% of max value = 765). Red value is 53 (21.09% from 255 or 31.93% from 166); Green value is 75 (29.69% from 255 or 45.18% from 166); Blue value is 38 (15.23% from 255 or 22.89% from 166); Max value from RGB is 75 - color contains mainly: green. Hex color #354B26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354B26 is #CAB4D9. Grayscale: #404040. Windows color (decimal): -13284570 or 2509621. OLE color: 2509621.

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

Color convert

RGB537538-
CMYK0.2900.490.71
HSL95.68º32.74%22.16%-
HSV(B)95.68º49.33%29.41%-
XYZ4.335.932.75-
YUV64.2113.21120.01-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 31.93%
GREEN value IS 75 (29.69% from 255) = 45.18%
BLUE value IS 38 (15.23% from 255) = 22.89%
R=31.93%
G=45.18%
B=22.89%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5375380.2900.490.7195.6832.7422.16
Hex354B261D03147602116
Octal6511346350611071404126
Binary11010110010111001101110101100011000111110000010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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