#353B30

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

Shades of Mallard #353B30

Tints of Mallard #353B30

Color information

#353B30 (or 0x353B30) is unknown color: approx Mallard. HEX triplet: 35, 3B and 30. RGB value is (53,59,48). Sum of RGB (Red+Green+Blue) = 53+59+48=160 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.12% from 160); Green value is 59 (23.44% from 255 or 36.88% from 160); Blue value is 48 (19.14% from 255 or 30% from 160); Max value from RGB is 59 - color contains mainly: green. Hex color #353B30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353B30 is #CAC4CF. Grayscale: #373737. Windows color (decimal): -13288656 or 3160885. OLE color: 3160885.

HSL color Cylindrical-coordinate representation of color #353B30: hue angle of 92.73º degrees, saturation: 0.1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #353B30 is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.77.

Color convert

RGB535948-
CMYK0.1000.190.77
HSL92.73º10.28%20.98%-
HSV(B)92.73º18.64%23.14%-
XYZ3.574.13.4-
YUV55.95123.51125.89-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.12%
GREEN value IS 59 (23.44% from 255) = 36.88%
BLUE value IS 48 (19.14% from 255) = 30%
R=33.12%
G=36.88%
B=30%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5359480.1000.190.7792.7310.2820.98
Hex353B30A0134D5da15
Octal657360120231151351225
Binary110101111011110000101001001110011011011101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353B30; }

 p { color: rgb(53,59,48); }

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

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

 a { background-color: rgb(53,59,48); }

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

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

 span { border-color: rgb(53,59,48); }

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